Package be.ugent.caagt.swirl.dialogs

Provides simple dialog windows with slightly more possibilities than the standard 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.
 

Package be.ugent.caagt.swirl.dialogs Description

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: