Re: Java 7 Application built on OSX 10.9 crashing on startup on 10.7.5

2013-11-01 Thread Paul Taylor
On 01/11/2013 01:41, Michael Hall wrote: On Oct 31, 2013, at 7:10 PM, Paul Taylor wrote: On 31/10/2013 21:49, Michael Hall wrote: On Oct 30, 2013, at 4:38 PM, Paul Taylor wrote: /Applications/Jaikoz.app/Contents/MacOS/Jaikoz I'm assuming this is the appbundler JavaAppLauncher. Which branch?

File watching on Oracle JDK on Mac OS X and other platforms

2013-11-01 Thread Christopher Brown
Hello, As I understand it, the file watcher service introduced with JDK 7 uses native (near real-time) notifications on Windows and Linux, but polling on Mac OS X. First off, is this correct? Second, if it is, what is the polling interval on Mac OS X (and can it be configured)? (I originally po

Re: FullScreen (Exclusive) Swing Components Fail to Receive Keyboard Input on Java 7 on Mac OS X (Mountain) Lion

2013-11-01 Thread Tim Howe
On 10/30/13 1:05 PM, "Leonid Romanov" wrote: >I've just pushed the fix for this issue. Should appear in main JDK 8 repo >after a while. Thanks so much Leonid. I'd love to try building with this patch and testing our application. Is it the one at http://cr.openjdk.java.net/~leonidr/8013581/web

Specifying splash screen in bundle appears to completely screw up using FileDialog

2013-11-01 Thread Paul Taylor
After fixing a load of Java 7 related problems the last two days I was all set to do a new release of my application, but when I did final check of functionality I noticed that when using FileDialogs they were opening a slightly different view (not FileDialog not JFileChooser) and they were ind

Re: Moving around Jtable with cursor key balnks out values

2013-11-01 Thread Paul Taylor
On 30/10/2013 12:24, Paul Taylor wrote: On 30/10/2013 12:13, Paul Taylor wrote: With Java 7 on OSX I find that as I move around my JTable cells with cursor keys it causes it to blank out every field in goes into. Adding: table.putClientProperty("JTable.autoStartsEdit", Boolean.FALSE) stops tha

Re: Specifying splash screen in bundle appears to completely screw up using FileDialog

2013-11-01 Thread Paul Taylor
On 01/11/2013 20:00, Paul Taylor wrote: After fixing a load of Java 7 related problems the last two days I was all set to do a new release of my application, but when I did final check of functionality I noticed that when using FileDialogs they were opening a slightly different view (not FileDi

Re: Specifying splash screen in bundle appears to completely screw up using FileDialog

2013-11-01 Thread Paul Taylor
On 01/11/2013 20:33, Paul Taylor wrote: On 01/11/2013 20:00, Paul Taylor wrote: After fixing a load of Java 7 related problems the last two days I was all set to do a new release of my application, but when I did final check of functionality I noticed that when using FileDialogs they were open

Re: File watching on Oracle JDK on Mac OS X and other platforms

2013-11-01 Thread Michael Hall
On Nov 1, 2013, at 11:33 AM, Christopher Brown wrote: > Hello, > > As I understand it, the file watcher service introduced with JDK 7 uses > native (near real-time) notifications on Windows and Linux, but polling on > Mac OS X. > > First off, is this correct? Yes, polling > > Second, if it is,

Re: File watching on Oracle JDK on Mac OS X and other platforms

2013-11-01 Thread Dan Xu
On 11/01/2013 03:45 PM, Michael Hall wrote: On Nov 1, 2013, at 11:33 AM, Christopher Brown wrote: Hello, As I understand it, the file watcher service introduced with JDK 7 uses native (near real-time) notifications on Windows and Linux, but polling on Mac OS X. First off, is this correct? Y