i\'ve got a question about JTextField background color. How can I change it in enabled text field (while editing) ? setBackground works only for di
JTextField
setBackground
Just add an ActionListener on your textField, and then set the Background in the Listener.