PMD code sweep, #6 don't add MyWindow twice to MyApplication
[nikiroo-utils.git] / src / jexer / menu / TMenuSeparator.java
index d1a24686b5dab2e68fcc9204ad11ea9a47c09842..01164a537a63aed47d01e5d8356f101ce4107bee 100644 (file)
@@ -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"),
@@ -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.
      */