E L V I S
Extensible Libraried Visual Interface Simplifier


Widget Specifications
Back Home

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

Description

Implements the JOptionPane style Dialogs in Swing.

Attributes

aspect
    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!