Class org.jfouffa.jslider.gui.SlideDialogBox
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----org.jfouffa.jslider.gui.DialogBox
|
+----org.jfouffa.jslider.gui.FontDialogBox
|
+----org.jfouffa.jslider.gui.SlideDialogBox
- public class SlideDialogBox
- extends FontDialogBox
This class enables style customization for the SlideHeader.
Constructor index
-
SlideDialogBox(Frame, SlideHeader)
- Constructs a new SlideDialogBox with the specified Frame as parent, the
specified header.
Method index
-
getBackgroundImageUrl()
- Gets the url of the background-image.
-
main(String[])
- See the Dialog.
Constructors
SlideDialogBox
public SlideDialogBox(Frame parent,
SlideHeader header)
- Constructs a new SlideDialogBox 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
getBackgroundImageUrl
public String getBackgroundImageUrl()
- Gets the url of the background-image.
main
public static void main(String args[])
- See the Dialog.