X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTPasswordField.java;h=696598b94339ac77935b6ff5a51f018244ca6c25;hb=107bba162165a2e6fc88913065f52c14d04b3883;hp=3e92165481f8dcddb7f6b778ca90a3a7c496cebc;hpb=e16dda65585466c8987bd1efd718431450a96605;p=fanfix.git diff --git a/src/jexer/TPasswordField.java b/src/jexer/TPasswordField.java index 3e92165..696598b 100644 --- a/src/jexer/TPasswordField.java +++ b/src/jexer/TPasswordField.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2016 Kevin Lamonte + * Copyright (C) 2017 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -34,7 +34,11 @@ import jexer.bits.GraphicsChars; /** * TField implements an editable text field. */ -public final class TPasswordField extends TField { +public class TPasswordField extends TField { + + // ------------------------------------------------------------------------ + // Constructors ----------------------------------------------------------- + // ------------------------------------------------------------------------ /** * Public constructor. @@ -87,6 +91,10 @@ public final class TPasswordField extends TField { super(parent, x, y, width, fixed, text, enterAction, updateAction); } + // ------------------------------------------------------------------------ + // TField ----------------------------------------------------------------- + // ------------------------------------------------------------------------ + /** * Draw the text field. */