Widget
FileChooser
BarLayout
DialogBox
Clock
MenuSeparator
Spacer
RadioButtonGroup
Container
Frame
Window
Label
TreeNode
TextField
Clickable
Button
CheckButton
RadioButton
Menu
MenuItem
ComboBox
MenuBar
Layout
GridLayout
Tree
TextArea
ScrollingFrame
|
DialogBox
Widget
->DialogBox
DescriptionImplements the JOptionPane style Dialogs in Swing.
Attributesaspect
Specifies the aspect of the dialog box: question, info, input, warning, error or message.
Default Value: message
buttons
Specifies the buttons to allow on the dialog: _DEFAULT, yes, yes_no, yes_no_cancel or ok_cancel.
Default Value: "_DEFAULT"
message
Specifies the text content of the dialog box. Can be reset at runtime.
Default Value: Message!
title
Specifies the title of the dialog box.
Default Value: Message!
|