Hi, I'm trying to find out if it's possible to get access to JFileChooser's approve button. Specifically, I want to disable it unless a file or directory is selected in the view. I know one can change the text/tooltip of it, but can you actually disable/enable it? Thanks in advance, Leo
Paul Stevens
Ranch Hand
Joined: May 17, 2001
Posts: 2823
posted
0
You would probably have to extend it and add your own funtionality.