|
|||||||||
类 javax.swing.JDialog
的使用
使用 JDialog 的软件包 | |
---|---|
javax.swing | 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 |
javax.swing 中 JDialog 的使用 |
---|
返回 JDialog 的 javax.swing 中的方法 | |
---|---|
protected JDialog |
JFileChooser.createDialog(Component parent) 创建并返回包含 this 的新 JDialog ,在 parent 窗体中的 parent 上居中。 |
JDialog |
JOptionPane.createDialog(Component parentComponent, String title) 创建并在 parentComponent 窗体中的 parentComponent 中央返回一个包装 this 的新 JDialog 。 |
static JDialog |
JColorChooser.createDialog(Component c, String title, boolean modal, JColorChooser chooserPane, ActionListener okListener, ActionListener cancelListener) 创建并返回包含指定 ColorChooser 窗格及 "OK"、"Cancel"、"Reset" 按钮的新对话框。 |
所有类
|
|||||||||