Skip to content

Changed JTextfield with password into JPasswordField

Tango-Controls Bot requested to merge github/fork/rondamstra/hide_password into master

Created by: rondamstra

Changed JTextfield with password into JPasswordField, and changed passwordText.getText to String.valueOf(passwordText.getPassword()) to hide the password from the screen.

Merge request reports