Add versioned about box, set title
[fanfix.git] / src / jexer / demos / Demo1.java
index 522baa14b232134be70c43eb794c9eb6083b1221..1efe89f17b0db3d134f2f5918b12d2715153c49e 100644 (file)
@@ -48,6 +48,9 @@ public class Demo1 {
             if (System.getProperty("os.name").startsWith("Windows")) {
                 backendType = TApplication.BackendType.SWING;
             }
+            if (System.getProperty("os.name").startsWith("Mac")) {
+                backendType = TApplication.BackendType.SWING;
+            }
             if (System.getProperty("jexer.Swing") != null) {
                 if (System.getProperty("jexer.Swing", "false").equals("true")) {
                     backendType = TApplication.BackendType.SWING;