Skip to content

Commit

Permalink
Field focus in word dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Mar 8, 2019
1 parent 315e73d commit 7e991d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/cz/webstones/words/WordDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public void setVisible(boolean b) {
addCategory();
}
super.setVisible(b);
jTextField1.requestFocus();
}

/**
Expand Down

0 comments on commit 7e991d6

Please sign in to comment.