aspose file tools
The moose likes Swing / AWT / SWT / JFace and the fly likes JFileChooser Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "JFileChooser" Watch "JFileChooser" New topic
Author

JFileChooser

Jon Doe
Greenhorn

Joined: Jun 07, 2001
Posts: 4
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
You would probably have to extend it and add your own funtionality.
 
 
subject: JFileChooser
 
Threads others viewed
disable cookies in IE ?
Drop Table issue
How to disable IE back button.
javascript
How to disable header tag in jquery or javascript
IntelliJ Java IDE