T
tom bender
If the JFileChooser font is too small (I got this problem after
installing Java 1.5) use...
UIManager.put("FileChooser.listFont",new
javax.swing.plaf.FontUIResource( yourfontgoeshere ));
To set it to whatever you want.
There may be other ways but that's the one I've found that works.
installing Java 1.5) use...
UIManager.put("FileChooser.listFont",new
javax.swing.plaf.FontUIResource( yourfontgoeshere ));
To set it to whatever you want.
There may be other ways but that's the one I've found that works.