All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----guinea.awt.UIUtils
public UIUtils()
public static GPTextField createTextField(String text, String command, ActionListener l)
null
for not setting the command.
null
, the text entry will be
delivered using an ActionEvent and the action command will be
'command=text' where the 'command' is the command string given
above and 'text' is the text field's contents.
public static GPTextField createTextField(String text, String command, ActionListener l, Font f)
null
for not setting the command.
null
, the text entry will be
delivered using an ActionEvent and the action command will be
'command=text' where the 'command' is the command string given
above and 'text' is the text field's contents.
null
(no font
set).
public static GPTextField createTextField(String text, int columns, String command, ActionListener l)
null
for not setting the command.
null
, the text entry will be
delivered using an ActionEvent and the action command will be
'command=text' where the 'command' is the command string given
above and 'text' is the text field's contents.
public static GPTextField createTextField(String text, int columns, String command, ActionListener l, Font f)
null
for not setting the command.
null
, the text entry will be
delivered using an ActionEvent and the action command will be
'command=text' where the 'command' is the command string given
above and 'text' is the text field's contents.
null
(no font
set).
public static Button createButton(String text, String command, ActionListener l)· createButton
public static Button createButton(String text, String command, Font f, ActionListener l)· createButton
public static Button createButton(String text, String command, ActionListener l, Font f)· createLabel
public static Label createLabel(String text)
public static Label createLabel(String text, Font f)
null
to not set
font.
public static MenuItem createMenuItem(String label, String command, ActionListener l)· createMenuItem
public static MenuItem createMenuItem(String label, String command, ActionListener l, Font menuitemfont)· createMenuItemTF
public static MenuItem createMenuItemTF(String label, String text, GPTextField tf, Font menuitemfont)· createMenuItemTF
public static MenuItem createMenuItemTF(String label, String text, GPTextField tf)· createMenuItemTF
public static MenuItem createMenuItemTF(String label, GPTextField tf)· createCheckboxMenuItem
public static MenuItem createCheckboxMenuItem(String label, String command, ActionListener l, boolean state)· createCheckboxMenuItem
public static MenuItem createCheckboxMenuItem(String label, String command, ActionListener l, boolean state, Font menuitemfont)· createMenu
public static Menu createMenu(String label)· createMenu
public static Menu createMenu(String label, Font menufont)
All Packages Class Hierarchy This Package Previous Next Index