TEditor 50% complete
[nikiroo-utils.git] / src / jexer / demos / DemoEditorWindow.java
index 5639ed7c12f00be2c2097a66adb2906ee505f4f1..f04916a1df1a933f7ab0f495dfbaae22a631f674 100644 (file)
@@ -80,7 +80,23 @@ public class DemoEditorWindow extends TWindow {
 "on many more platforms.\n" +
 "\n" +
 "This library is licensed MIT.  See the file LICENSE for the full license\n" +
-"for the details.\n");
+"for the details.\n" +
+"\n" +
+"package jexer.demos;\n" +
+"\n" +
+"import jexer.*;\n" +
+"import jexer.event.*;\n" +
+"import static jexer.TCommand.*;\n" +
+"import static jexer.TKeypress.*;\n" +
+"\n" +
+"/**\n" +
+" * This window demonstates the TText, THScroller, and TVScroller widgets.\n" +
+" */\n" +
+"public class DemoEditorWindow extends TWindow {\n" +
+"\n" +
+"1 2 3 123\n" +
+"\n"
+        );
 
     }