Finish code sweep
[fanfix.git] / src / jexer / TPasswordField.java
index 696f5e21d17fa2c96f9f1046ff6d32741458a688..696598b94339ac77935b6ff5a51f018244ca6c25 100644 (file)
@@ -36,6 +36,10 @@ import jexer.bits.GraphicsChars;
  */
 public class TPasswordField extends TField {
 
+    // ------------------------------------------------------------------------
+    // Constructors -----------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Public constructor.
      *
@@ -87,6 +91,10 @@ public class TPasswordField extends TField {
         super(parent, x, y, width, fixed, text, enterAction, updateAction);
     }
 
+    // ------------------------------------------------------------------------
+    // TField -----------------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Draw the text field.
      */