public class SwingUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
hudBGColor |
static java.awt.Color |
hudBorderColor |
static java.awt.Stroke |
hudBorderStroke |
static java.awt.Color |
hudFGColor |
| Constructor and Description |
|---|
SwingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addField(int x,
int y,
java.util.ResourceBundle res,
java.awt.Container cont,
java.lang.String labelKey,
java.awt.Component component) |
static javax.swing.JRootPane |
getRootPane(java.awt.Container comp)
Find the top level JRootPane of the given JComponent (or other Container)
|
public static java.awt.Color hudBGColor
public static java.awt.Color hudBorderColor
public static java.awt.Color hudFGColor
public static java.awt.Stroke hudBorderStroke
public static final void addField(int x,
int y,
java.util.ResourceBundle res,
java.awt.Container cont,
java.lang.String labelKey,
java.awt.Component component)
public static javax.swing.JRootPane getRootPane(java.awt.Container comp)