| 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.HudLabelUIpublic static JButton createHudButton(String buttonText)

buttonText - the text of the button.HudButtonUIpublic static JCheckBox createHudCheckBox(String checkBoxText)

checkBoxText - the text of the check box.HudCheckBoxUIpublic static JComboBox createHudComboBox(ComboBoxModel model)

model - the model containing the combo box items.HudComboBoxUIpublic static JTextField createHudTextField(String text)

text - the initial text in the text field.HudTextFieldUIpublic static JRadioButton createHudRadioButton(String text)

text - the text of the radio button.HudRadioButtonUIpublic static JSlider createHudSlider()

HudSliderUI