Events are triggered when a component is :
Note that event are not triggered by drag-dock moves (they don't correspond to a state change). If you need to track such changes, use a Swing AncestorListener, or override the addNotify method of your dockable component.
It is also possible to track changes after they occur with the DockableStateChangeEvent . @see javax.swing.event.AncestorListener @see DockableStateWillChangeListener @author Lilian Chamontin, vlsolutions. @version 1.0
|
|
|
|