NathanCheshire / Cyder

Multipurpose utility tool expressed using a custom JVM UI library built over Swing
GNU General Public License v3.0
11 stars 1 forks source link

CyderPasswordField extends CyderTextField #216

Closed NathanCheshire closed 1 year ago

NathanCheshire commented 2 years ago

To allow the password field to have access to the methods from the text field class, we need to refactor the password field to extend the text field.