Guest User

Untitled

a guest
Jan 22nd, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. final JTextField textField = new JTextField();
  2. textField.setEnabled(false);
  3.  
  4. textField.setEnabled(true);
  5. textField.requestFocusInWindow();
Add Comment
Please, Sign In to add comment