Package | Description |
---|---|
edu.wisc.ssec.mcidasv.util |
Modifier and Type | Method and Description |
---|---|
static McVGuiUtils.Prefer |
McVGuiUtils.Prefer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McVGuiUtils.Prefer[] |
McVGuiUtils.Prefer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static JPanel |
McVGuiUtils.topBottom(JComponent top,
JComponent bottom,
McVGuiUtils.Prefer which)
Use GroupLayout for stacking components vertically.
|