JPanel configPnl = new JPanel(new GridBagLayout());
configPnl.setBorder(configBorder);
JPanel optionPnl = new JPanel(new GridBagLayout());
optionPnl.setBorder(settingBorder);
JLabel configLbl = new JLabel("Profile to edit:");
profileCmb = new NLNZCombo();
profileCmb.setEditable(true);
createConfigButt.setEnabled(false);
JLabel outputDirLbl = new JLabel("Input Directory:");
JLabel logDirLbl = new JLabel("Log Directory:");
ImageButton logDirButt = new ImageButton(folder);