X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fdemos%2FDemo5.java;h=d383261af91c6bac99d93c5f2990d317c303de8f;hb=72b6bd90316d58e87afbed110164cc2f203ec919;hp=df8075a982005ccb1839eb959990025496747a66;hpb=3e0743556d1f31723a11a6019b5c2b018b4b2104;p=fanfix.git diff --git a/src/jexer/demos/Demo5.java b/src/jexer/demos/Demo5.java index df8075a..d383261 100644 --- a/src/jexer/demos/Demo5.java +++ b/src/jexer/demos/Demo5.java @@ -44,6 +44,10 @@ import jexer.backend.SwingBackend; */ public class Demo5 implements WindowListener { + // ------------------------------------------------------------------------ + // Variables -------------------------------------------------------------- + // ------------------------------------------------------------------------ + /** * The first demo application instance. */ @@ -54,6 +58,10 @@ public class Demo5 implements WindowListener { */ DemoApplication app2 = null; + // ------------------------------------------------------------------------ + // WindowListener --------------------------------------------------------- + // ------------------------------------------------------------------------ + /** * Pass window events into the event queue. * @@ -122,6 +130,10 @@ public class Demo5 implements WindowListener { // Ignore } + // ------------------------------------------------------------------------ + // Demo5 ------------------------------------------------------------------ + // ------------------------------------------------------------------------ + /** * Run two demo applications in separate panes. */