Uses of Class javax.swing.JDialog

Uses in package javax.swing

Methods with return type javax.swing.JDialog

JDialog
Creates a modal dialog in which to display the file chooser.
JDialog
JOptionPane.createDialog(Component parentComponent, String title)
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.