Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-18 Thread Anthony Petrov
On 10/18/2013 05:26 PM, Paul Taylor wrote: On 18/10/2013 14:02, Anthony Petrov wrote: Hi Paul, I've just filed this issue for you: https://bugs.openjdk.java.net/browse/JDK-8026869 It is currently targeted for JDK 9. After it's fixed in the mainline, we can consider porting the fix to 8- and 7

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-18 Thread Paul Taylor
On 18/10/2013 14:02, Anthony Petrov wrote: Hi Paul, I've just filed this issue for you: https://bugs.openjdk.java.net/browse/JDK-8026869 It is currently targeted for JDK 9. After it's fixed in the mainline, we can consider porting the fix to 8- and 7-update releases. Hi, thanks alot -I assume

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-18 Thread Anthony Petrov
Hi Paul, I've just filed this issue for you: https://bugs.openjdk.java.net/browse/JDK-8026869 It is currently targeted for JDK 9. After it's fixed in the mainline, we can consider porting the fix to 8- and 7-update releases. -- best regards, Anthony On 10/18/2013 01:51 PM, Paul Taylor wrote

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-18 Thread Paul Taylor
On 17/10/2013 22:34, Sergey Bylokhov wrote: On 18.10.2013 0:31, Paul Taylor wrote: Oh drat, shame as the similar "apple.awt.fileDialogForDirectories" was added, having said that when I use this in another project it was with an early access release of 1.7.0_40 , now with the final release alth

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-17 Thread Sergey Bylokhov
On 18.10.2013 0:31, Paul Taylor wrote: Oh drat, shame as the similar "apple.awt.fileDialogForDirectories" was added, having said that when I use this in another project it was with an early access release of 1.7.0_40 , now with the final release although I can select folders as required , I can

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-17 Thread Paul Taylor
On 17/10/2013 21:03, Anthony Petrov wrote: Hi Paul, Apparently not: $ grep -r "awt-use-file-dialog-packages" jdk/src/* | wc -l 0 Your best bet is to file an RFE at http://bugs.sun.com/ Oh drat, shame as the similar "apple.awt.fileDialogForDirectories" was added, having said that when I use th

Re: Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-17 Thread Anthony Petrov
Hi Paul, Apparently not: $ grep -r "awt-use-file-dialog-packages" jdk/src/* | wc -l 0 Your best bet is to file an RFE at http://bugs.sun.com/ -- best regards, Anthony On 10/17/2013 11:27 PM, Paul Taylor wrote: Im trying to port an application from Java 6 to Java 7 on Mac does Java 1.7.0_40-b

Does Java 7 port support the apple.awt-use-dialog-packages system property

2013-10-17 Thread Paul Taylor
Im trying to port an application from Java 6 to Java 7 on Mac does Java 1.7.0_40-b43 support the apple.awt-use-file-dialog-packages option system property so that I can select and application bundle in a FileDialog as if it a file rather than the reality ( a folder), Im having trouble getting e