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.
フレームを最小化したら、それに関連する他のフレームを最小化したいと考えています。フレームが最小化されなくなった場合は、他のフレームも復元したいと考えています。これを行うにはどうすればよいですか?
編集:nvm、動作します。
JInternalFrame.addInternalListener、そしてinternalFrameDeiconifiedメソッドでキャッチします。
JInternalFrame.addInternalListener
internalFrameDeiconified
JInternalFrame.setMaximum(true)次に、最小化されている他のものを呼び出すことができます。
JInternalFrame.setMaximum(true)