パッケージ | 説明 |
---|---|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
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」、「取消」、および「リセット」ボタンとともに指定された
ColorChooser ペインを含む新しいダイアログを作成して返します。 |
JDialog |
JOptionPane.createDialog(String title)
指定されたタイトルで、親を持たない新しい
JDialog を作成し、返します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.