JFileChooser

Hi ,Can anyone tell me how to get a help option( a ? next to the cancel button in the title bar ) in a JfileChooser?
[130 byte] By [annie.123a] at [2007-11-27 7:58:56]
# 1
JFileChooser fc = new JFileChooser();u get ur FileChooser object like "fc" then u write JPanel pan = (JPane) fc.getComponent(3);then add ur Help Buttonpan.add(new JButton("Help"));u will get Help button for ur filechooser ....All the
amir430a at 2007-7-12 19:40:54 > top of Java-index,Desktop,Core GUI APIs...