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

2013-10-30 Thread Paul Taylor
Ive built a Java 7 bundle for my application on OSX10.9, all appears well but when I try it on OSX 10.7 it crashes on startup But Java 7 is supported on OSX 10.7.3 and later, right ? Details below: Process: launchd [229] Path:/Applications/Jaikoz.app/Contents/MacOS/Jaikoz Id

Re: Where Can I Find the Javadocs for Apple Extensions?

2013-10-30 Thread Will Herrmann
I filed a bug using the link you provided and received an e-mail back saying that it was accepted as bug #9007897. However, when I try to search for it in the bug database, I am told "This bug is not available. More information is available here." Clicking on the word "here" brings me to a blank

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

2013-10-30 Thread Leonid Romanov
I've just pushed the fix for this issue. Should appear in main JDK 8 repo after a while. Regards, Leonid. On 18.10.2013, at 22:22, Tim Howe wrote: > Has there been any movement on this? > > We rely on full-screen exclusive mode for our application and this is > blocking us from upgrading past

Re: Where Can I Find the Javadocs for Apple Extensions?

2013-10-30 Thread Sergey Bylokhov
Hi, Will. I suggest to file a bug for this at http://bugreport.sun.com/bugreport As a workaround you can generate javadoc ourself from the source code: http://hg.openjdk.java.net/jdk8/awt/jdk/file/db2838f25a85/src/macosx/classes/com/apple/eawt On 30.10.2013 0:41, Will Herrmann wrote: A while ba

Re: Moving around Jtable with cursor key balnks out values

2013-10-30 Thread Paul Taylor
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 that issue happening, but then I have to pre

Moving around Jtable with cursor key balnks out values

2013-10-30 Thread Paul Taylor
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 that issue happening, but then I have to press 'Enter' key to start editing. What I