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, ...
-
ClassDescriptionThe
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.TheJMessageDialog
class pops up a standard "Ok/Cancel" dialog box containing a question.TheJCustomColorMapChooser
class provides a dialog for creating a custom colour map:TheJDateChooser
class provides a dialog box for choosing a date.Useful constants to allow the use of the undo button.
TheJDefaultDialog
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.TheJIncompleteWarningDialog
class pops up a standard dialog box for incomplete implementations.TheJMessageDialog
class pops up a standard dialog box containing a message.TheJTimeChooser
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.TheJWarningDialog
class pops up a standard dialog box containing a warning.