2
0

Java Client: Select name field text on new user dialog open

This commit is contained in:
Michael Ziminsky (Z) 2018-10-25 01:06:13 -07:00
parent 8be984f57e
commit 997480cacb

View File

@ -145,7 +145,7 @@ public class UserContentPanel extends JPanel implements MasterPassword.Listener,
incognitoField ), JOptionPane.QUESTION_MESSAGE, JOptionPane.OK_CANCEL_OPTION ) {
@Override
public void selectInitialValue() {
nameField.requestFocusInWindow();
nameField.selectAll();
}
} ))
return;