Uses of Class
javax.swing.JDialog
-
Packages that use JDialog 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。 -
-
Uses of JDialog in javax.swing
Methods in javax.swing that return JDialog Modifier and Type 方法 描述 static JDialog
JColorChooser. createDialog(Component c, String title, boolean modal, JColorChooser chooserPane, ActionListener okListener, ActionListener cancelListener)
创建并返回包含指定的ColorChooser
窗格的新对话框以及“确定”,“取消”和“重置”按钮。protected JDialog
JFileChooser. createDialog(Component parent)
创建并返回一个新的JDialog
包装this
居中于parent
在parent
的帧。JDialog
JOptionPane. createDialog(Component parentComponent, String title)
创建并返回一个新的JDialog
包装this
居中于parentComponent
在parentComponent
的帧。JDialog
JOptionPane. createDialog(String title)
创建并返回具有指定标题的新的无父母JDialog
。
-