Changing Look and Feel of JFileChooser

HI,How to change the look and of the JFileChooser?I am trying to apply the styles from the CSS. My intention is to put the JFileChooser component as applet.Solution pls.Thanx.
[210 byte] By [rsankarindiaa] at [2007-11-26 17:28:51]
# 1
JFileChooser is in fact a dialog and it cannot be used as an applet. Nor you can apply CSS styles to it.
beradriana at 2007-7-8 23:56:47 > top of Java-index,Desktop,Core GUI APIs...