アプリケーションでは、さまざまなダイアログを利用します。Swingでは、ウインドウを作れますから、「必要に応じてダイアログを作ってください」ということでもいいのですが、非常に汎用性の高いものはやっぱり標準で用意しておいて欲しいものですね。
This is a demo of a GUI module for managing composite reports in a logistics platform. The dialog allows users to: Create and edit report definitions Add or remove sub-elements (filters, queries, etc.
Dialogs are not showing up(sometimes) in the HomePage, because the parser says that the current dialog view already has a parent and adding it to another parent would ...
続いて、色を選択するのに用いられる「カラーダイアログ」を使ってみましょう。これは、「JColorChooser」というクラスとして用意されています。これをダイアログとして呼び出し利用するのは、実は非常に簡単です。単に「showDialog」というメソッドを ...
実はリネームは2種類あります。"Rename..."は前回説明したとおりですが、 もう一方の"Rename File..."は今回初めて紹介します。名称からわかるようにファイル名のリネームだけを行います。 図1"Rename File..."のときの 「Rename」 ダイアログ Javaのファイルに対して ...