git://git.nikiroo.be
/
fanfix-jexer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2af49
)
#46 mention Demo7 in readme
author
Kevin Lamonte
<kevin.lamonte@gmail.com>
Sun, 18 Aug 2019 01:34:41 +0000
(20:34 -0500)
committer
Kevin Lamonte
<kevin.lamonte@gmail.com>
Sun, 18 Aug 2019 01:34:41 +0000
(20:34 -0500)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index fb39aac0a578ee07c0e0f246f69c4956b2176104..68b1ab7ef3fc4f950a6d32b0812a4a99e78a3538 100644
(file)
--- 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