Class org.jfouffa.jslider.gui.LogoDialogBox
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----org.jfouffa.jslider.gui.DialogBox
|
+----org.jfouffa.jslider.gui.LogoDialogBox
- public class LogoDialogBox
- extends DialogBox
This class enables style customization for the LogoHeader.
Constructor index
-
LogoDialogBox(Frame, LogoHeader)
- Constructs a new LogoDialogBox with the specified Frame as parent, the
specified header.
Method index
-
getLogoUrl()
- Gets the logo's url.
-
main(String[])
- See the dialog.
Constructors
LogoDialogBox
public LogoDialogBox(Frame parent,
LogoHeader header)
- Constructs a new LogoDialogBox with the specified Frame as parent, the
specified header.
- Parameters:
- parent - the parent of this DialogBox
- header - the header that is editing by this DialogBox
Methods
getLogoUrl
public String getLogoUrl()
- Gets the logo's url.
main
public static void main(String args[])
- See the dialog.