I am trying to change background colors of a JPasswordField in Java Swing (Netbeans).
Here\'s what I have:
private void pstxtPasswordKeyPressed(java.
Use
private void pstxtPasswordKeyReleased(java.awt.event.KeyEvent evt)
Instead of
private void pstxtPasswordKeyPressed(java.awt.event.KeyEvent evt)