X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTWindow.java;h=3f860d636cac5db22e3454f0661acb3efe5ae4e6;hb=c88c4ced6e9392a53030a1c680fe114931a1a928;hp=16945496e1f792d526240f3982aca67fc0f8a6a9;hpb=f4dcc69022c18bb522e12259bbb670180da7d144;p=fanfix.git diff --git a/src/jexer/TWindow.java b/src/jexer/TWindow.java index 1694549..3f860d6 100644 --- a/src/jexer/TWindow.java +++ b/src/jexer/TWindow.java @@ -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); }