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