stubs for TFileOpenBox, cleanup putStringXY
[fanfix.git] / src / jexer / demos / DemoMsgBoxWindow.java
index 25115ea08a47e41285665191f8747def3025bfac..b2cef0dbc9522b0267353a02c2b5b193c5726e98 100644 (file)
 package jexer.demos;
 
 import jexer.*;
-import jexer.event.*;
-import jexer.menu.*;
 
 /**
  * This window demonstates the TMessageBox and TInputBox widgets.
  */
-class DemoMsgBoxWindow extends TWindow {
+public class DemoMsgBoxWindow extends TWindow {
 
     /**
      * Constructor.