• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JFileChooser problem on Mac OS X 10.3.9

 
Ranch Hand
Posts: 510
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic