PMD code sweep, #6 don't add MyWindow twice to MyApplication
[nikiroo-utils.git] / src / jexer / menu / TMenuSeparator.java
index 9a9fcfc81a0e39143d64481aeba57b3c0d9cc009..01164a537a63aed47d01e5d8356f101ce4107bee 100644 (file)
@@ -36,6 +36,10 @@ import jexer.bits.GraphicsChars;
  */
 public final class TMenuSeparator extends TMenuItem {
 
+    // ------------------------------------------------------------------------
+    // Constructors -----------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Package private constructor.
      *
@@ -50,6 +54,10 @@ public final class TMenuSeparator extends TMenuItem {
         setWidth(parent.getWidth() - 2);
     }
 
+    // ------------------------------------------------------------------------
+    // TMenuItem --------------------------------------------------------------
+    // ------------------------------------------------------------------------
+
     /**
      * Draw a menu separator.
      */