|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
JOptionPane
dialogs.
See:
Description
Class Summary | |
---|---|
ButtonAreaLayout | Layout manager for button panels. |
DialogPanel | Common super class of all panels that are meant to be used as central panels
in a SimpleDialog . |
SimpleDialog | Simple dialog window consisting of three different components: A central panel, provided by the client. |
Provides simple dialog windows with
slightly more possibilities than the standard JOptionPane
dialogs.
A dialog window of this kind has three components: a central panel, an optional icon on the left hand side and an OK and CANCEL button to the bottom right.
If the central component is of type
DialogPanel
the dialog window title can be
easily internationalized.
A typical usage pattern is the following:
MyDialogPanel
of DialogPanel
which populates the panel
with some content (e.g., some labels and textfields).MyDialogPanel
.createDialog
methods inherited
from DialogPanel
.SimpleDialog.launch()
,
SimpleDialog.launch(int,int)
or
SimpleDialog.launchAtPointerPosition()
.
MyDialogPanel
can then be queried for their values.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |