2

I am using JFileChooser. On a Macintosh I get this crappy crippled dialog box. I'm used to seeing the Spotlight search box that helps me find which directory something is in; how can I enable this behavior with JFileChooser?

Jason S
  • 184,598
  • 164
  • 608
  • 970
  • possible duplicate of [JFileChooser for directories on the Mac: how to make it not suck?](http://stackoverflow.com/questions/1356273/jfilechooser-for-directories-on-the-mac-how-to-make-it-not-suck) – Jason S Dec 28 '10 at 13:00

1 Answers1

2

Is this of some help?

JFileChooser on OS X

How can I use a JFileChooser to select a directory?

JFileChooser for directories on the Mac: how to make it not suck?

Community
  • 1
  • 1
Leniel Maccaferri
  • 100,159
  • 46
  • 371
  • 480
  • thanks -- the last link you posted is really on this site, the other site just duplicates content from to Stackoverflow. I wonder why I couldn't find those posts when I searched... – Jason S Dec 28 '10 at 12:50