mainForm.addTextField(MODEL, "Write the internal model to the given file", XForm.FieldType.PROJECT_FILE);
mainForm.addTextField(SOURCE, "Where to place generated source files", XForm.FieldType.PROJECT_FOLDER);
mainForm.addTextField(NONCLASS, "Where to place non-class generated files", XForm.FieldType.PROJECT_FOLDER);
mainForm.addCheckBox(OPTIMIZE, "(Optimize generated code)");
mainForm.addCheckBox(DEBUG, "(Generate debugging info)");
mainForm.addComboBox(SOURCE_VERSION, new String[]{"1.0.1", "1.0.3", "1.1", "1.1.1", "1.1.2"},
"Generate code for the specified JAX-RPC SI version");
mainForm.addTextField(SECURITY, "Security configuration file to generate security code",
XForm.FieldType.PROJECT_FILE);
mainForm.addTextField(PROXY, "Specify a HTTP proxy server", XForm.FieldType.URL);