MultiBackend and MultiScreen
[nikiroo-utils.git] / README.md
index b4114f32a3186cd50900758933aa8c14fedb8957..b84a1f635d2f877f4fa6dbf30133f1b6c79b6bfc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -149,6 +149,13 @@ follows:
   * 'java -cp jexer.jar jexer.demos.Demo4' .  This demonstrates hidden
     windows and a custom TDesktop.
 
+  * 'java -cp jexer.jar jexer.demos.Demo5' .  This demonstrates two
+    demo applications using different fonts in the same Swing frame.
+
+  * 'java -cp jexer.jar jexer.demos.Demo6' .  This demonstrates one
+    application performing I/O to two screens: an xterm screen and a
+    Swing screen.
+
 
 
 More Screenshots