From ba71ae78a66c9f88237d2681aa5ff991e3bd60ef Mon Sep 17 00:00:00 2001 From: Kevin Lamonte Date: Sat, 17 Aug 2019 20:34:41 -0500 Subject: [PATCH] #46 mention Demo7 in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fb39aac..68b1ab7 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,10 @@ controls. The demos can be run as follows: applications performing I/O across three screens: an Xterm screen and Swing screen, monitored from a third Swing screen. + * 'java -cp jexer.jar jexer.demos.Demo7' . This demonstrates the + BoxLayoutManager, achieving a similar result as the + javax.swing.BoxLayout apidocs example. + More Screenshots -- 2.27.0