Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ペインにポップアップ ダイアログを保持すると、他のコンポーネントの上部に表示されました。ここで、プログラムの他のすべてのコンポーネントへのアクセスを無効にしたいと考えています。どうやってするの?
ポップアップAPI には、まさに必要なメソッドinitModality(Modality.APPLICATION_MODAL);がありません。この場合、ポップアップ ウィンドウをステージにして、上記の方法を使用できます。
initModality(Modality.APPLICATION_MODAL);