LayoutManager.resetSize()
[fanfix.git] / README.md
index fb39aac0a578ee07c0e0f246f69c4956b2176104..231325237270ec9f83384737ab89eac45ba3b125 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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