All Packages Class Hierarchy This Package Previous Next Index

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

 o LogoDialogBox(Frame, LogoHeader)
Constructs a new LogoDialogBox with the specified Frame as parent, the specified header.

Method index

 o getLogoUrl()
Gets the logo's url.
 o main(String[])
See the dialog.

Constructors

 o 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

 o getLogoUrl
 public String getLogoUrl()
Gets the logo's url.

 o main
 public static void main(String args[])
See the dialog.