misc cleanup
[fanfix.git] / src / jexer / TWindow.java
index 16945496e1f792d526240f3982aca67fc0f8a6a9..3f860d636cac5db22e3454f0661acb3efe5ae4e6 100644 (file)
@@ -32,7 +32,6 @@ import java.util.HashSet;
 import java.util.Set;
 
 import jexer.backend.Screen;
-import jexer.bits.Cell;
 import jexer.bits.CellAttributes;
 import jexer.bits.GraphicsChars;
 import jexer.event.TCommandEvent;
@@ -1195,6 +1194,7 @@ public class TWindow extends TWidget {
      * Close window.  Note that windows without a close box can still be
      * closed by calling the close() method.
      */
+    @Override
     public void close() {
         application.closeWindow(this);
     }