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 JDialogJColorChooser. createDialog(Component c, String title, boolean modal, JColorChooser chooserPane, ActionListener okListener, ActionListener cancelListener)创建并返回一个包含指定的ColorChooser窗格的新对话框以及“确定”,“取消”和“重置”按钮。protected JDialogJFileChooser. createDialog(Component parent)创建并返回JDialog包装this中心位于parent中的parent。JDialogJOptionPane. createDialog(Component parentComponent, String title)创建并返回JDialog包装this中心位于parentComponent中的parentComponent。JDialogJOptionPane. createDialog(String title)创建并返回具有指定标题的新的无父对象JDialog。
-