public JPanel createPanel()
{
JPanel jpanel1 = new JPanel();
FormLayout formlayout1 = new FormLayout("FILL:DEFAULT:NONE,FILL:8DLU:NONE,FILL:84PX:NONE,FILL:DEFAULT:NONE,FILL:97PX:NONE,FILL:DEFAULT:NONE,FILL:109PX:NONE,FILL:DEFAULT:NONE,FILL:95PX:NONE,FILL:25PX:NONE,FILL:8DLU:NONE,FILL:8DLU:NONE,FILL:DEFAULT:NONE","CENTER:DEFAULT:NONE,CENTER:DEFAULT:NONE,CENTER:DEFAULT:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,CENTER:2DLU:NONE,CENTER:DEFAULT:NONE,FILL:174PX:NONE,CENTER:4DLU:NONE,CENTER:DEFAULT:NONE");
CellConstraints cc = new CellConstraints();
jpanel1.setLayout(formlayout1);
_LOG_AREA.setName("LOG_AREA");
JScrollPane jscrollpane1 = new JScrollPane();
jscrollpane1.setViewportView(_LOG_AREA);
jscrollpane1.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
jscrollpane1.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
jpanel1.add(jscrollpane1,cc.xywh(3,14,9,1));
TitledSeparator titledseparator1 = new TitledSeparator();
titledseparator1.setText("Log");
jpanel1.add(titledseparator1,cc.xywh(3,13,9,1));
jpanel1.add(_titledborderbottom1,cc.xywh(3,15,9,1));
JLabel jlabel1 = new JLabel();
jlabel1.setText("Action");
jpanel1.add(jlabel1,cc.xy(3,8));
_INSTALL_OPTION.setActionCommand("Install Service");
_INSTALL_OPTION.setName("INSTALL_OPTION");
_INSTALL_OPTION.setText("Install Service");
_buttongroup1.add(_INSTALL_OPTION);
jpanel1.add(_INSTALL_OPTION,cc.xy(5,8));
_CONSOLE_OPTION.setActionCommand("Run Console");
_CONSOLE_OPTION.setName("CONSOLE_OPTION");
_CONSOLE_OPTION.setText("Run Console");
_buttongroup1.add(_CONSOLE_OPTION);
jpanel1.add(_CONSOLE_OPTION,cc.xy(5,9));
JLabel jlabel2 = new JLabel();
jlabel2.setText("Application");
jpanel1.add(jlabel2,cc.xy(3,4));
JLabel jlabel3 = new JLabel();
jlabel3.setText("Install Folder");
jpanel1.add(jlabel3,cc.xy(3,6));
_APPLICATION.setName("APPLICATION");
_APPLICATION.setText("???");
jpanel1.add(_APPLICATION,cc.xywh(5,4,6,1));
jpanel1.add(_titledborderside1,cc.xywh(2,13,1,3));
_START_OPTION.setActionCommand("& Start");
_START_OPTION.setName("START_OPTION");
_START_OPTION.setText("Start Service");
jpanel1.add(_START_OPTION,cc.xy(7,8));
_INSTALL_FOLDER.setName("INSTALL_FOLDER");
jpanel1.add(_INSTALL_FOLDER,cc.xywh(5,6,6,1));
_TRAY_ICON_OPTION.setActionCommand("& Tray Icon");
_TRAY_ICON_OPTION.setName("TRAY_ICON_OPTION");
_TRAY_ICON_OPTION.setText("Tray Icon");
jpanel1.add(_TRAY_ICON_OPTION,cc.xy(9,8));
jpanel1.add(createPanel1(),cc.xywh(2,11,11,1));
_SELECT_FOLDER_BUTTON.setActionCommand("...");
_SELECT_FOLDER_BUTTON.setName("SELECT_FOLDER_BUTTON");
_SELECT_FOLDER_BUTTON.setText("...");
jpanel1.add(_SELECT_FOLDER_BUTTON,cc.xy(12,6));
_SHOW_CONF_BUTTON.setActionCommand("...");
_SHOW_CONF_BUTTON.setName("SHOW_CONF_BUTTON");
_SHOW_CONF_BUTTON.setText("...");
jpanel1.add(_SHOW_CONF_BUTTON,cc.xy(12,4));
JLabel jlabel4 = new JLabel();
jlabel4.setFont(new Font("Tahoma",Font.BOLD,16));
jlabel4.setText("YAJSW - Java Web Start Booter");
jlabel4.setHorizontalAlignment(JLabel.CENTER);
jpanel1.add(jlabel4,cc.xywh(2,2,11,1));
_titledborderside2.setOrientation(TitledBorderSide.RIGHT);
jpanel1.add(_titledborderside2,cc.xywh(12,13,1,3));
addFillComponents(jpanel1,new int[]{ 1,2,3,4,5,6,7,8,9,10,11,12,13 },new int[]{ 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 });
return jpanel1;
}