GNU Classpath (0.95) | |
Frames | No Frames |
Methods with return type javax.swing.JDialog | |
JDialog | Creates a modal dialog in which to display the file chooser.
|
JDialog | This method creates a new JDialog that is either centered around the
parent's frame or centered on the screen (if the parent is null). |
JDialog | JColorChooser.createDialog(Component component, String title, boolean modal, JColorChooser chooserPane, ActionListener okListener, ActionListener cancelListener) This method will take the given JColorChooser and place it in a JDialog
with the given modal property. |
GNU Classpath (0.95) |