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
I think it works with textField.setForeground(Color.RED) :)
textField.setForeground(Color.RED)