tags:

views:

191

answers:

0

Hi all! I just started using Quaqua 6.1.1 with Snow Leopard - and it is SOOOOO!!! much better than the regular JFileChooser (with Apple's Aqua) or awt.FileDialog. However I noticed a couple of minor glitches when I tried to present a JFileChooser.showSaveDialog(). One or both of these effects happen: - even though I had set "fc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);", all files were grayed out - only directories could be selected - it is sometimes not possible to enter a new file name into the "Save as" box at the top of the dialog. The only way to enter a file name is to select one of the (grayed out) files, which enters that name into the "Save as" box. It these 2 problems were addresses, Quaqua will be without match in Apple's Java world! Thanks! B.Kumar