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 变量和类型 方法 描述 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
。
-