All Packages Class Hierarchy This Package Previous Next Index

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

 o SlideDialogBox(Frame, SlideHeader)
Constructs a new SlideDialogBox with the specified Frame as parent, the specified header.

Method index

 o getBackgroundImageUrl()
Gets the url of the background-image.
 o main(String[])
See the Dialog.

Constructors

 o 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

 o getBackgroundImageUrl
 public String getBackgroundImageUrl()
Gets the url of the background-image.

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