Package arlut.csd.JDialog

Class Summary
booleanThing Serializable object to describe a boolean field for passing to the client as part of a JDialogBuff or StringDialog.
ButtonPanel Button panel employs a BorderLayout to lay out a Panel to which Buttons are added in the center.
choiceThing Serializable object to describe a string chooser field for passing to the client as part of a JDialogBuff or StringDialog.
dateThing Serializable object to describe a date field for passing to the client as part of a JDialogBuff or StringDialog.
DialogRsrc This class is used to create a customized StringDialog.
JCenterDialog A subclass of JDialog that centers itself with respect to its parent Frame when pack() is called.
JDialogBuff This class is a serializable description of a dialog object that a server is asking a client to present.
JErrorDialog Simple way to throw up a StringDialog.
JInsetPanel  
messageDialog A dialog class used to display text and HTML with an optional image on the left side, used for the about..
MessagePanel  
passwordThing Serializable object to describe a password field for passing to the client as part of a JDialogBuff or StringDialog.
StringDialog A simple customizable dialog with support for a variety of data field components.
stringThing Serializable object to describe a string field for passing to the client as part of a JDialogBuff or StringDialog.
YesNoDialog