How to hide the Left Side Panel in the JFileChooser?
By default, in windows look and feel,
the JFileChooser , having a Panel contains History, Desktop,My documents,My Computer buttons.
This Panel is on the Left side under the Look in Label.I don't want in my application.
I am trying withfileChooser.putClientProperty(),,but i couln't find a solution.
Can anyone suggest me,how to hide that panel?

