hide mouse for desktop
[fanfix.git] / README.md
index 7e21e980d20f6f99a1aa6b1548ebc2ab8a0a11fa..231325237270ec9f83384737ab89eac45ba3b125 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ reminiscent of Borland's [Turbo
 Vision](http://en.wikipedia.org/wiki/Turbo_Vision) system.  It looks
 like this:
 
-![Several Windows Open Including A Terminal](/screenshots/screenshot1.png?raw=true "Several Windows Open Including A Terminal")
+![Terminal, Image, Table](/screenshots/new_demo1.png?raw=true "Terminal, Image, Table")
 
 Jexer works on both Xterm-like terminals and Swing, and supports
 images in both Xterm and Swing.  On Swing, images are true color:
@@ -65,6 +65,10 @@ The examples/ folder currently contains:
     manager](/examples/JexerTilingWindowManager.java) in less than 250
     lines of code.
 
+  * A much slicker [prototype tiling window
+    manager](/examples/JexerTilingWindowManager2.java) in less than 200
+    lines of code.
+
   * A [prototype image thumbnail
     viewer](/examples/JexerImageViewer.java) in less than 350 lines of
     code.
@@ -98,6 +102,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