How can I add a listener on the ok button of JOptionPane?
How can I add a listener on the click of "OK" button of
JOptionPane.INFORMATION_MESSAGE.
My JOptionPane is:
JOptionPane.showMessageDialog(null, "Your password is: " + password, "Your
Password", JOptionPane.INFORMATION_MESSAGE);
No comments:
Post a Comment