GridPanel panel = new GridPanel();
txtInputDir = new XBayaTextField();
XBayaLabel lblInputDirectory = new XBayaLabel("Input directory",txtInputDir);
JLabel lblLocations = new JLabel("Locations");
lblLocations.setFont(new Font("Tahoma", Font.BOLD, 11));
txtOutputDir = new XBayaTextField();
XBayaLabel lblOutputDirectory = new XBayaLabel("Output directory",txtOutputDir);
JLabel lblProgramData = new JLabel("Program data");
lblProgramData.setFont(new Font("Tahoma", Font.BOLD, 11));
txtSTDIN = new XBayaTextField();
XBayaLabel lblStdin = new XBayaLabel("STDIN",txtSTDIN);
txtSTDOUT = new XBayaTextField();
XBayaLabel lblStdout = new XBayaLabel("STDOUT",txtSTDOUT);
txtSTDERR = new XBayaTextField();
XBayaLabel lblStderr = new XBayaLabel("STDERR",txtSTDERR);
JLabel other = new JLabel("Other");
other.setFont(new Font("Tahoma", Font.BOLD, 11));
JSeparator separator_1 = new JSeparator();