Package org.sm.smtools.swing.dialogs


package org.sm.smtools.swing.dialogs
Provides various dialog boxes.

With this package, it is easy to generate custom dialog boxes for interacting with the user. There are message dialogs, warning dialogs, confirmation dialogs, date and time choosers, ...

  • Class
    Description
    The JAboutBox class provides a modal dialog box containing general application information.
    Useful constants to specify the logo's position relative to its accompanying about text.
    The JMessageDialog class pops up a standard "Ok/Cancel" dialog box containing a question.
    The JCustomColorMapChooser class provides a dialog for creating a custom colour map:
    The JDateChooser class provides a dialog box for choosing a date.
    Useful constants to allow the use of the undo button .
    The JDefaultDialog class is a baseclass for creating arbitrary dialog boxes.
    Useful constants to specify a modal or modelss dialog box.
    Useful constants to specify a fixed or resizable dialog box.
    Useful constants to specify an "Ok", "Ok/Cancel" or custm type dialog box.
    The JIncompleteWarningDialog class pops up a standard dialog box for incomplete implementations.
    The JMessageDialog class pops up a standard dialog box containing a message.
    The JTimeChooser class provides a dialog box for choosing a time.
    Useful constants to specify whether or not a digital indication of the current time should be shown.
    Useful constants to specify a time chooser for selecting only the hour and minute, and/or second and/or millisecond.
    Useful constants to specify a time chooser that shows a clock which is updated continuously or in second time steps.
    The JWarningDialog class pops up a standard dialog box containing a warning.