X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=b4114f32a3186cd50900758933aa8c14fedb8957;hb=42873e30bf487bc0b695d60652dba44f82185dbb;hp=6bf20a962e3e0046a4141b8472ecf0682702d712;hpb=9245321388306b5b49d6385ce2f46ea6a82ab619;p=fanfix.git diff --git a/README.md b/README.md index 6bf20a9..b4114f3 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ Jexer currently supports three backends: TCP socket. jexer.demos.Demo3 demonstrates how one might use a character encoding than the default UTF-8. -* Java Swing UI. The default window size for Swing is 80x25, which is - set in jexer.session.SwingSession. For the demo applications, this - is the default backend on Windows and Mac platforms. This backend - can be explicitly selected for the demo applications by setting - jexer.Swing=true. +* Java Swing UI. The default window size for Swing is 80x25 and 20 + point font; this can be changed in the TApplication(BackendType) + constructor. For the demo applications, this is the default backend + on Windows and Mac platforms. This backend can be explicitly + selected for the demo applications by setting jexer.Swing=true. Additional backends can be created by subclassing jexer.backend.Backend and passing it into the TApplication