Class org.jfouffa.jslider.gui.LogoEditor
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----org.jfouffa.jslider.gui.HeaderEditor
|
+----org.jfouffa.jslider.gui.LogoEditor
- public class LogoEditor
- extends HeaderEditor
This class enables style customization for the LogoHeader
class.
Constructor index
-
LogoEditor(Frame)
- Constructs an initially invisible LogoEditor.
Method index
-
getLogoUrl()
- Gets the logo's url.
-
main(String[])
- See the dialog.
-
setLogoUrl(String)
- Sets the logo's url to the specified url.
Constructors
LogoEditor
public LogoEditor(Frame parent)
- Constructs an initially invisible LogoEditor.
- Parameters:
- parent - the parent of this dialog
Methods
getLogoUrl
public String getLogoUrl()
- Gets the logo's url.
setLogoUrl
public void setLogoUrl(String logoUrl)
- Sets the logo's url to the specified url.
- Parameters:
- logoUrl - the logo's url
main
public static void main(String args[])
- See the dialog.