com.explodingpixels.macwidgets
Modifier and Type | Method and Description |
---|---|
static JButton |
createHudButton(String buttonText)
Creates a Heads Up Display (HUD) style button, similar to that seen in various iApps (e.g.
|
static JCheckBox |
createHudCheckBox(String checkBoxText)
Creates a Heads Up Display (HUD) style check box, similar to that seen in various iApps (e.g.
|
static JComboBox |
createHudComboBox(ComboBoxModel model)
Creates a Heads Up Display (HUD) style combo box, similar to that seen in various iApps (e.g.
|
static JLabel |
createHudLabel(String labelText)
Creates a Heads Up Display (HUD) style label, similar to that seen in various iApps (e.g.
|
static JRadioButton |
createHudRadioButton(String text)
Creates a Heads Up Display (HUD) style radio button, similar to that seen in various iApps
(e.g.
|
static JSlider |
createHudSlider()
Creates a Heads Up Display (HUD) style slider, similar to that seen in various iApps
(e.g.
|
static JTextField |
createHudTextField(String text)
Creates a Heads Up Display (HUD) style text field, similar to that seen in various iApps
(e.g.
|
public static JLabel createHudLabel(String labelText)
labelText
- the text of the label.HudLabelUI
public static JButton createHudButton(String buttonText)
buttonText
- the text of the button.HudButtonUI
public static JCheckBox createHudCheckBox(String checkBoxText)
checkBoxText
- the text of the check box.HudCheckBoxUI
public static JComboBox createHudComboBox(ComboBoxModel model)
model
- the model containing the combo box items.HudComboBoxUI
public static JTextField createHudTextField(String text)
text
- the initial text in the text field.HudTextFieldUI
public static JRadioButton createHudRadioButton(String text)
text
- the text of the radio button.HudRadioButtonUI
public static JSlider createHudSlider()
HudSliderUI