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
|
Window
Widget
->Container
->Window
DescriptionDefinition for a Java JFrame.
Attributesheight
Sets the Window's height.
Default Value: -1
onClose
Sets the action when the Window is closed. Options are donothing, hide, dispose, and exit.
Default Value: exit
backgroundColor
sets the BackgroundColor for the Window.
Default Value: null
resizable
Boolean to set the Window to be resizable (true) or not resiable (false).
Default Value: true
width
Sets the Window's width.
Default Value: -1
title
Sets the Window's title.
Default Value: null
|