Frames | No Frames |
Classes derived from javax.swing.JDialog | |
class | Implementation of the PrinterDialog used by
ServiceUI for visual selection
of print services and its attributes.
|
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. |