X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fdemos%2FDemoEditorWindow.java;h=104715997261206c0d54b1cadd4bf54e70360751;hb=d625990deaa2c24624adc9fbd3fcab58891f5aef;hp=005383135521ac619ee2c6173737b87789b97c6b;hpb=71a389c9810382e014682dde52e94d3f34e385fa;p=nikiroo-utils.git diff --git a/src/jexer/demos/DemoEditorWindow.java b/src/jexer/demos/DemoEditorWindow.java index 0053831..1047159 100644 --- a/src/jexer/demos/DemoEditorWindow.java +++ b/src/jexer/demos/DemoEditorWindow.java @@ -38,11 +38,19 @@ import static jexer.TKeypress.*; */ public class DemoEditorWindow extends TWindow { + // ------------------------------------------------------------------------ + // Variables -------------------------------------------------------------- + // ------------------------------------------------------------------------ + /** * Hang onto my TEditor so I can resize it with the window. */ private TEditorWidget editField; + // ------------------------------------------------------------------------ + // Constructors ----------------------------------------------------------- + // ------------------------------------------------------------------------ + /** * Public constructor makes a text window out of any string. * @@ -99,6 +107,10 @@ public class DemoEditorWindow extends TWindow { } + // ------------------------------------------------------------------------ + // TWindow ---------------------------------------------------------------- + // ------------------------------------------------------------------------ + /** * Handle window/screen resize events. *