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-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 existing code to work thanks Paul