Undecorated JFileChooser?
Hello,
My main applicaiton (extending JFrame) sets undecorated to true (frame.setUndecorated(true), etc..). When I run the app the Frame is indeed undecorated (and I like the way it looks!), however, when I open a JFileChooser the decoration is still the standard (i think its chrome LAF). How do I undecorate the JFileChooser?
Thanks!
M

