Windows and Dialogs | |
Java class name:JXFrame | SwingXBuilder node: frame |
Attribute | Expected Type |
title | String |
|---|---|
layout | LayoutManager |
size | Dimension or [x,y] |
defaultCloseOperation | WindowConstants |
Java class name:JXPanel | SwingXBuilder node: panel |
Attribute | Expected Type |
layout | LayoutManager |
size | Dimension or [x,y] |
alpha | float |
Java class name:JXTitledPanel | SwingXBuilder node: titledPanel |
Attribute | Expected Type |
layout | LayoutManager |
titleForeground | Color |
titlePainter | Painter |
title | String |
size | Dimension or [x,y] |
Java class name:JXLoginDialog | SwingXBuilder node: loginDialog |
Attribute | Expected Type |
title | String |
modal | boolean |
service | LoginService |
Basic Components | |
Java class name: JXBusyLabel | SwingXBuilder node: busyLabel |
Attribute | Expected Type |
busy | boolean |
|---|---|
Java class name: JXButton | SwingXBuilder node: button |
Attribute | Expected Type |
text | String |
icon | Icon |
backgroundPainter | Painter |
foregroundPainter | Painter |
Java class name: JXLabel | SwingXBuilder node: label |
Attribute | Expected Type |
text | String |
icon | Icon |
horizontalAlignment | Painter |
foregroundPainter | Painter |
backgroundPainter | Painter |
textRotation | double |
lineWrap | boolean |