Pane
fun Pane( posX: Number = 0, posY: Number = 0, width: Number, height: Number, visual: Visual = Visual.EMPTY)
Content copied to clipboard
Creates a Pane.
Parameters
T
Generic ComponentView.
pos X
Horizontal coordinate for this Pane. Default: 0.
pos Y
Vertical coordinate for this Pane. Default: 0.
width
Width for this Pane.
height
Height for this Pane.
visual
Visual for this Pane. Default: Visual.EMPTY.