Hi guys,
I'm using a JFileChooser on a Mac OS X 10.3.9
java applet.
the showSaveDialog dialog functions flawlessly on both Windows and Mac OS X systems except Mac OS X 10.3.9. In this version of OS X only, the save button is visible but disabled and does not change state whether I highlight a directory or double-click it and enter it. However, once I enter text into the Save As text field, the Save button is enabled and files are saved to that directory if I have entered a valid path.
this is annoying for i want to be able to select directory by mouse and not type text on save as text field.
Has anyone else encountered similar problems? Does anyone know a workaround for this? I've tried Google for ideas, but haven't found any mention of this problem elsewhere.
Thanks for reading.