Package proper.gui.core.dialog

All different kinds of dialogs can be found here, e.g.

See:
          Description

Class Summary
DatabaseDialog A simple dialog for picking database and table.
EditDialog A simple dialog for viewing/editing some text.
ErrorBox This class represents a MessageBox with a error message.
FileChooser This class fixes a bug with the Swing JFileChooser: if you entered a new filename in the save dialog and press Enter the getSelectedFile method returns null instead of the filename.
To solve this annoying behavior we call the save dialog once again s.t.
InformationBox This class represents a MessageBox with a information.
ListDialog A simple dialog with a list for selecting items from.
MessageBox This class defines a simple MessageBox with optional Icon to be displayed on the left side.
ProperDialog A simple (modal) Dialog.
QuestionBox This class represents a MessageBox with a question.
RelationsDialog A dialog for defining a Table-Relationship in a database and returning the structure in a string representation.
 

Package proper.gui.core.dialog Description

All different kinds of dialogs can be found here, e.g. an Error-Dialog.