public class PanelUtil
extends java.lang.Object
Constructor and Description |
---|
PanelUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cofigureListBasic(javax.swing.JList list) |
static void |
configPanelForLeftAligned(javax.swing.JComponent component) |
static javax.swing.JComponent |
configureAnyScrollable(javax.swing.JComponent scrollable) |
static javax.swing.JComponent |
configureVHScrollable(javax.swing.JComponent scrollable) |
static javax.swing.JLabel |
createHelpLabel(javax.swing.JComponent panel,
java.lang.String textlabel) |
static javax.swing.JLabel |
createLabel(javax.swing.JComponent panel,
java.lang.String textlabel) |
static javax.swing.JLabel |
createLabel(javax.swing.JComponent panel,
java.lang.String textlabel,
javax.swing.border.Border border) |
static javax.swing.JSlider |
createSlider(javax.swing.JComponent panel,
javax.swing.event.ChangeListener c,
int min,
int max,
int init) |
static javax.swing.JComponent |
packLeftAligned(javax.swing.JComponent component) |
static javax.swing.JComponent |
packLeftAlignedWithStrut(javax.swing.JComponent component) |
public static void cofigureListBasic(javax.swing.JList list)
public static javax.swing.JComponent configureVHScrollable(javax.swing.JComponent scrollable)
public static javax.swing.JComponent configureAnyScrollable(javax.swing.JComponent scrollable)
public static void configPanelForLeftAligned(javax.swing.JComponent component)
public static javax.swing.JComponent packLeftAligned(javax.swing.JComponent component)
public static javax.swing.JComponent packLeftAlignedWithStrut(javax.swing.JComponent component)
public static javax.swing.JLabel createLabel(javax.swing.JComponent panel, java.lang.String textlabel, javax.swing.border.Border border)
public static javax.swing.JLabel createLabel(javax.swing.JComponent panel, java.lang.String textlabel)
public static javax.swing.JLabel createHelpLabel(javax.swing.JComponent panel, java.lang.String textlabel)
public static javax.swing.JSlider createSlider(javax.swing.JComponent panel, javax.swing.event.ChangeListener c, int min, int max, int init)