|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
JDialog を使用しているパッケージ | |
---|---|
javax.swing | すべてのプラットフォームで可能なかぎり同じように機能する、「軽量」(Java 共通言語) コンポーネントのセットを提供します。 |
javax.swing での JDialog の使用 |
---|
JDialog を返す javax.swing のメソッド | |
---|---|
protected JDialog |
JFileChooser.createDialog(Component parent)
parent のフレームにある parent の中央に配置された this をラップする JDialog を新しく生成して、返します。 |
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)
[OK]、[Cancel]、および [Reset] ボタンとともに、指定された ColorChooser 区画を持つ新しいダイアログを生成し、それを返します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。