So I\'ve been working on a Password Strength Checker and the way it works is that the user enters some random text into a textfield and then instantaneous visual feedback (break
ok thanks for tutorialnya,
and ex,
action chechbox / double click
private void lihatActionPerformed(java.awt.event.ActionEvent evt) { if (lihat.isSelected()) { password.setEchoChar((char)0); //password = JPasswordField } else { password.setEchoChar('*'); } }