JavaTM Platform
Standard Ed. 6

类 javax.swing.JDialog
的使用

使用 JDialog 的软件包
javax.swing 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 
 

javax.swingJDialog 的使用
 

返回 JDialogjavax.swing 中的方法
protected  JDialog JFileChooser.createDialog(Component parent)
          创建并返回包含 this 的新 JDialog,在 parent 窗体中的 parent 上居中。
 JDialog JOptionPane.createDialog(Component parentComponent, String title)
          创建并返回一个新 JDialog,它在 parentComponent 窗体中的 parentComponent 中央包装 this
static JDialog JColorChooser.createDialog(Component c, String title, boolean modal, JColorChooser chooserPane, ActionListener okListener, ActionListener cancelListener)
          创建并返回包含指定 ColorChooser 窗格及 "OK"、"Cancel" 和 "Reset" 按钮的新对话框。
 JDialog JOptionPane.createDialog(String title)
          创建并返回一个新的带有指定标题的无父 JDialog
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策