Skip to content

Commit

Permalink
Enable selection of first element on enter in dialog util.
Browse files Browse the repository at this point in the history
  • Loading branch information
hptruong93 committed Aug 1, 2018
1 parent 385c6e6 commit 5ca919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/swing/SwingUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ private DialogUtil() {}

public static class DialogSelectionOption {
// Enable selecting first element when pressing enter regardless how many items there are in the list.
private boolean selectFirstElementOnEnter;
private boolean selectFirstElementOnEnter = true;
// Enable auto-select the first element after filter if it is the only element in the choice list.
private boolean selectOnlyElementOnFilter;

Expand Down

0 comments on commit 5ca919e

Please sign in to comment.