public class ConfigGUI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JTextField |
antTF |
protected javax.swing.JCheckBox |
checkVersionCBox |
protected javax.swing.JCheckBox |
closeAllCBox |
protected javax.swing.JTextArea |
infraTP |
protected javax.swing.JTextField |
jadeArgsTF |
protected javax.swing.JTextField |
jadeJarTF |
protected javax.swing.JCheckBox |
jadeRmaCB |
protected javax.swing.JCheckBox |
jadeSnifferCB |
protected javax.swing.JTextField |
jasonTF |
protected javax.swing.JTextField |
javaTF |
protected javax.swing.JCheckBox |
shortUnnamedVarCB |
protected static Config |
userProperties |
protected javax.swing.JCheckBox |
warnSingVarsCBox |
Constructor and Description |
---|
ConfigGUI() |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.JButton |
createBrowseButton(java.lang.String jarfile,
javax.swing.JTextField tf) |
javax.swing.JPanel |
getJasonConfigPanel() |
protected static ConfigGUI |
getNewInstance() |
protected java.lang.String |
getWindowTitle() |
static void |
main(java.lang.String[] args) |
void |
run() |
void |
save() |
protected javax.swing.JTextField jasonTF
protected javax.swing.JTextField javaTF
protected javax.swing.JTextField antTF
protected javax.swing.JTextArea infraTP
protected javax.swing.JCheckBox closeAllCBox
protected javax.swing.JCheckBox checkVersionCBox
protected javax.swing.JCheckBox warnSingVarsCBox
protected javax.swing.JTextField jadeJarTF
protected javax.swing.JTextField jadeArgsTF
protected javax.swing.JCheckBox jadeSnifferCB
protected javax.swing.JCheckBox jadeRmaCB
protected javax.swing.JCheckBox shortUnnamedVarCB
protected static Config userProperties
public static void main(java.lang.String[] args)
protected static ConfigGUI getNewInstance()
public void run()
protected java.lang.String getWindowTitle()
public javax.swing.JPanel getJasonConfigPanel()
protected javax.swing.JButton createBrowseButton(java.lang.String jarfile, javax.swing.JTextField tf)
public void save()