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.
重複の可能性: Swing java で JFrame Modal を作成する方法
JFrameモーダルにする方法は?
JFrame
の使用を提案しないでくださいJDialog。についての質問ですJFrame。モーダル、つまりそれを作る方法は?
JDialog
JFrameモーダルを作成するには、コードを自分で作成する必要があります。プライマリウィンドウにsetEnable(false)を作成します(そこから新しいJFrameを開きます)。ユーザーがJframeを終了したら、setEnable(true)にします。
br