TTreeView compiles
[fanfix.git] / src / jexer / demos / DemoTextWindow.java
index aa68f892828d19d274d69758bb157fa9d186ccf7..81235cdad2d1b8330dfcc8de0d6602838e2ea42e 100644 (file)
@@ -37,7 +37,7 @@ import jexer.menu.*;
 /**
  * This window demonstates the TText, THScroller, and TVScroller widgets.
  */
-class DemoTextWindow extends TWindow {
+public class DemoTextWindow extends TWindow {
 
     /**
      * Hang onto my TText so I can resize it with the window.