- All Implemented Interfaces:
- java.awt.event.ComponentListener, java.util.EventListener
- Enclosing class:
- DockingInternalFrameUI
protected class DockingInternalFrameUI.NonMaxingComponentHandler
extends java.lang.Object
implements java.awt.event.ComponentListener
This component listener overrides the Handler in BasicInternalFrameUI. These things listen to the JDesktopPane,
listening for resizes. The difference with this one is that it doesn't automatically push maximized frames to the
new desktop pane's size. Our DesktopManager appropraitely resizes maximized frames when the desktoppane resizes
so that they fit within the docked windows.