Focus on button for space and enter hot keys

This commit is contained in:
magenoxx 2012-06-28 01:06:38 +04:00
parent 25bdce4b67
commit 6ad352709a
2 changed files with 6 additions and 0 deletions

View file

@ -169,6 +169,7 @@ public class FeedbackPanel extends javax.swing.JPanel {
}
if (requestFocusAllowed) {
this.btnRight.requestFocus();
this.helper.requestFocus();
}
}