In JFileChooser......

In JFileChooser have buttons ok and cancel ....But I want add one more button no to be accessory panel like that ... in ok ,cancel button there know there it wii ... Its possible.... or any ideaThaks in advance...
[234 byte] By [amir430a] at [2007-11-27 5:21:06]
# 1

You'd be clearer in your meaning if you wrote a little more clearly what you want.

JFileChooser is a compound component that contains lots of other things. Generally, it's not simple to add things except through the API methods, which is not what you want here (apparently), so it would take some digging through the contents of the chooser's main panel to find where to add what you want. But that requires assumptions that the JFileChooser's implementation doesn't change between Java versions.

bsampieria at 2007-7-12 11:45:59 > top of Java-index,Desktop,Core GUI APIs...