More PMD warnings
[fanfix.git] / src / jexer / demos / Demo5.java
index df8075a982005ccb1839eb959990025496747a66..d383261af91c6bac99d93c5f2990d317c303de8f 100644 (file)
@@ -44,6 +44,10 @@ import jexer.backend.SwingBackend;
  */
 public class Demo5 implements WindowListener {
 
+    // ------------------------------------------------------------------------
+    // Variables --------------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * The first demo application instance.
      */
@@ -54,6 +58,10 @@ public class Demo5 implements WindowListener {
      */
     DemoApplication app2 = null;
 
+    // ------------------------------------------------------------------------
+    // WindowListener ---------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Pass window events into the event queue.
      *
@@ -122,6 +130,10 @@ public class Demo5 implements WindowListener {
         // Ignore
     }
 
+    // ------------------------------------------------------------------------
+    // Demo5 ------------------------------------------------------------------
+    // ------------------------------------------------------------------------
+    
     /**
      * Run two demo applications in separate panes.
      */