Static Protected Attributes | |
| static final Dimension | STARTUP_SIZE = new Dimension(800, 500) |
| static final double | DIVIDER_PROPORTION = 0.4 |
| static final Color | COLOR_CONNECTED = new Color(0x00, 0xa0, 0x00) |
| static final Color | COLOR_DISCONNECTED = new Color(0xff, 0x00, 0x00) |
Static Package Attributes | |
| static final ImageIcon | expandedIcon |
| static final ImageIcon | collapsedIcon |
| static final ImageIcon | serverIcon |
| static final ImageIcon | queueIcon |
| static final ImageIcon | userIcon |
| static final ImageIcon | jndiIcon |
| static final ImageIcon | refreshIcon |
| static final ImageIcon | stopIcon |
| static final ImageIcon | trashIcon |
| static final ImageIcon | lockIcon |
| static final ImageIcon | homeIcon |
Definition at line 42 of file AdminToolConstants.java.
1.5.0