Java Client: Select name field text on new user dialog open
This commit is contained in:
parent
8be984f57e
commit
997480cacb
@ -145,7 +145,7 @@ public class UserContentPanel extends JPanel implements MasterPassword.Listener,
|
|||||||
incognitoField ), JOptionPane.QUESTION_MESSAGE, JOptionPane.OK_CANCEL_OPTION ) {
|
incognitoField ), JOptionPane.QUESTION_MESSAGE, JOptionPane.OK_CANCEL_OPTION ) {
|
||||||
@Override
|
@Override
|
||||||
public void selectInitialValue() {
|
public void selectInitialValue() {
|
||||||
nameField.requestFocusInWindow();
|
nameField.selectAll();
|
||||||
}
|
}
|
||||||
} ))
|
} ))
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user