Package ffx.ui

Class GraphicsSplitPane

All Implemented Interfaces:
MouseListener, MouseMotionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class GraphicsSplitPane extends JSplitPane implements MouseListener, MouseMotionListener
The GraphicsSplitPane is an early attempt at working around issues caused by the heavyweight Canvas3D inside a lightweight Swing SplitPane. Specifically, users cannot drag the slider toward the heavyweight Canvas3D.
Author:
Michael J. Schnieders
See Also: