GP-4048 - Updated the Note Bookmark dialog to allow users to press Enter

to close the dialog when the Category field is focused
This commit is contained in:
dragonmacher
2023-11-16 11:48:36 -05:00
parent df2858692d
commit fbe8c2b12f
@@ -114,6 +114,7 @@ public class CreateBookmarkDialog extends DialogComponentProvider {
categoryComboBox = new GhidraComboBox<>(getModel());
categoryComboBox.setEditable(true);
categoryComboBox.setEnterKeyForwarding(true);
descriptionTextField = new JTextField(20);
panel.add(new JLabel("Address: ", SwingConstants.RIGHT));