From 3fcd2f1c2e417faff3ba066f7e22e585ac9e2a66 Mon Sep 17 00:00:00 2001 From: jgillam Date: Tue, 2 Aug 2022 16:50:51 -0400 Subject: [PATCH] Added title to comment / highlight section --- src/com/professionallyevil/paramalyzer/Paramalyzer.form | 2 +- src/com/professionallyevil/paramalyzer/Paramalyzer.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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");