2
我在另一個框架中創建了第二個框架。 我注意到當我關閉第二幀時,第一幀也關閉了。關閉/退出沒有關閉父框架的子框架
我該如何避免這種情況? 我希望第一幀保持原樣並且不關閉。
我的第二幀代碼:
JFrame.setDefaultLookAndFeelDecorated(true);
frame = new JFrame();
frame.setDefaultCloseOperation(frame.EXIT_ON_CLOSE); //when it closes the first frame closes too
感謝
可能的複製[而不關閉另一個關閉一個的JFrame?](http://stackoverflow.com/questions/ 1944446/close-one-jframe-without-closing-another) – Blasanka