diff --git a/src/com/professionallyevil/paramalyzer/Paramalyzer.form b/src/com/professionallyevil/paramalyzer/Paramalyzer.form index cc4da69..d606dae 100644 --- a/src/com/professionallyevil/paramalyzer/Paramalyzer.form +++ b/src/com/professionallyevil/paramalyzer/Paramalyzer.form @@ -209,7 +209,7 @@ - + diff --git a/src/com/professionallyevil/paramalyzer/Paramalyzer.java b/src/com/professionallyevil/paramalyzer/Paramalyzer.java index 3c05091..d0cd15f 100644 --- a/src/com/professionallyevil/paramalyzer/Paramalyzer.java +++ b/src/com/professionallyevil/paramalyzer/Paramalyzer.java @@ -650,6 +650,7 @@ public void actionPerformed(ActionEvent e) { final JPanel panel9 = new JPanel(); panel9.setLayout(new GridLayoutManager(1, 2, new Insets(0, 0, 0, 0), -1, -1)); panel8.add(panel9, new GridConstraints(1, 0, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_BOTH, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, null, null, null, 0, false)); + panel9.setBorder(BorderFactory.createTitledBorder(null, "Highlight / Comment", TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION, null, null)); highlightChoice = new JComboBox(); final DefaultComboBoxModel defaultComboBoxModel1 = new DefaultComboBoxModel(); defaultComboBoxModel1.addElement("none");