| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Methods with return type javax.swing.JDialog | |
| JDialog | DOCUMENT ME!
|
| 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.18) |