JavaTM 2 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 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only