Help abt JFileChooser

can we change the back round color of JFileChooser to any other color..i mean the usual color is a dark one or so..so can v edit tht to some other color or can v put some kind of image on tht JFileChooser window..so tht the usual look 'll change..?pls help..
[266 byte] By [kichua] at [2007-11-27 6:57:03]
# 1
JFileChooser respects Look And Feel settings doesn't it?So I suspect you'll have to create a custom look & feel... which I suspect (I've never done it) is a lot of work, for very little gain.Good luck with it.Keith.
corlettka at 2007-7-12 18:34:13 > top of Java-index,Java Essentials,Java Programming...
# 2
UIManager.put("FileChooserUI", new MyFileChooserUI(fileChooser));
hiwaa at 2007-7-12 18:34:13 > top of Java-index,Java Essentials,Java Programming...