JDesktopPane - minimising JInternalFrames
问题 I working with JDesktopPane and creating multiple JInternalFrame objects. When I minimize all and maximize any one of them, the opened frame covers all minimized frames. How to make all minimized frames visible? 回答1: By default the internal frame is maximized to take all the space of the desktop. This behaviour is relatively easy by change by customizing the DesktopManager . For example: import java.awt.*; import javax.swing.*; import java.beans.PropertyVetoException; class