More PMD warnings
[fanfix.git] / src / jexer / demos / DemoTextWindow.java
index 3538905d2a6cb1dca94998d3040e313965aa5acf..969ca6381aa79bfc6fe0b9c5f1e41cfe5d27cb20 100644 (file)
@@ -39,11 +39,19 @@ import static jexer.TKeypress.*;
  */
 public class DemoTextWindow extends TWindow {
 
+    // ------------------------------------------------------------------------
+    // Variables --------------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Hang onto my TText so I can resize it with the window.
      */
     private TText textField;
 
+    // ------------------------------------------------------------------------
+    // Constructors -----------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Public constructor makes a text window out of any string.
      *
@@ -111,6 +119,10 @@ public class DemoTextWindow extends TWindow {
 
     }
 
+    // ------------------------------------------------------------------------
+    // TWindow ----------------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Handle window/screen resize events.
      *