Generated by
JDiff

Class javax.swing.JFileChooser

Added Methods
JDialog createDialog(Component) Creates and returns a new JDialog wrapping this centered on the parent in the parent's frame.
ActionListener[] getActionListeners() Returns an array of all the action listeners registered on this file chooser.
boolean getDragEnabled() Gets the value of the dragEnabled property.
void setDragEnabled(boolean) Sets the dragEnabled property which must be true to enable automatic drag handling (the first part of drag and drop) on this component.
 

Changed Methods
int showDialog(Component, String) Change in exceptions thrown from no exceptions to HeadlessException.
Pops a custom file chooser dialog with a custom approve button.
int showOpenDialog(Component) Change in exceptions thrown from no exceptions to HeadlessException.
Pops up an "Open File" file chooser dialog.
int showSaveDialog(Component) Change in exceptions thrown from no exceptions to HeadlessException.
Pops up a "Save File" file chooser dialog.