[jsword-svn] r1295 - trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Tue Apr 24 14:18:04 MST 2007


Author: dmsmith
Date: 2007-04-24 14:18:03 -0700 (Tue, 24 Apr 2007)
New Revision: 1295

Modified:
   trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Desktop.java
Log:
More Mac system properties.

Modified: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Desktop.java
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Desktop.java	2007-04-23 01:08:56 UTC (rev 1294)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Desktop.java	2007-04-24 21:18:03 UTC (rev 1295)
@@ -1076,8 +1076,10 @@
             // These Mac properties give the application a Mac behavior
             if (OSType.MAC.equals(OSType.getOSType()))
             {
-                System.setProperty("apple.laf.useScreenMenuBar","true"); //$NON-NLS-1$ //$NON-NLS-2$
+                System.setProperty("apple.laf.useScreenMenuBar", "true"); //$NON-NLS-1$ //$NON-NLS-2$
                 System.setProperty("com.apple.mrj.application.apple.menu.about.name", Msg.getApplicationTitle()); //$NON-NLS-1$
+                System.setProperty("com.apple.mrj.application.growbox.intrudes", "true"); //$NON-NLS-1$ //$NON-NLS-2$
+                System.setProperty("com.apple.mrj.application.live-resize", "true"); //$NON-NLS-1$ //$NON-NLS-2$
             }
 
 //            new BusStart();




More information about the jsword-svn mailing list