Class org.jfouffa.jslider.gui.NoteDialogBox
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.NoteDialogBox
- public class NoteDialogBox
- extends FontDialogBox
This class is a Dialog that enables style customization for the NoteHeader.
Constructor index
-
NoteDialogBox(Frame, NoteHeader)
- Constructs a new NoteDialogBox with the specified Frame as parent, the
specified header.
Method index
-
getText()
- Gets the text.
-
main(String[])
- See the dialog.
Constructors
NoteDialogBox
public NoteDialogBox(Frame parent,
NoteHeader header)
- Constructs a new NoteDialogBox 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
getText
public String getText()
- Gets the text.
main
public static void main(String args[])
- See the dialog.