From: Kevin Lamonte Date: Sun, 18 Aug 2019 01:34:41 +0000 (-0500) Subject: #46 mention Demo7 in readme X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=commitdiff_plain;h=ba71ae78a66c9f88237d2681aa5ff991e3bd60ef #46 mention Demo7 in readme --- 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