| java.lang.Object com.salmonllc.ideTools.DialogComponentFactory
DialogComponentFactory | public class DialogComponentFactory (Code) | | |
makeButton | public static JButton makeButton(String text, int width, int height)(Code) | | Makes a button of the specified width and height
|
makeComboBox | public static JComboBox makeComboBox()(Code) | | Returns a Combo Box Pane with the correct settings
|
makeComboBox | public static JComboBox makeComboBox(int width)(Code) | | Makes a text field of the specified width
|
makeLabel | public static JLabel makeLabel(String text)(Code) | | Returns a JLabel with the correct text and color
|
makeLabel | public static JLabel makeLabel(String text, int width)(Code) | | Makes a label of the specified the specified width
|
makeSComboBox | public static SComboBox makeSComboBox(int width)(Code) | | Makes a text field of the specified width
|
makeScrollPane | public static JScrollPane makeScrollPane(int width, int height, Component list)(Code) | | Makes a scroll pane of the specified width and height with the passed component
|
makeTextField | public static JTextField makeTextField(int width)(Code) | | Makes a text field of the specified width
|
|
|