Posted By:
Sandip_Chitale
Posted On:
Thursday, March 29, 2001 10:26 PM
javax/swing/plaf/basic/BasicSplitPaneDivider.java subclasses a container. Here is the class header comment
/**
* Divider used by BasicSplitPaneUI. Subclassers may wish to override
* paint to do something more interesting.
* The border effect is drawn in BasicSplitPaneUI, so if you don't like
* that border, reset it there.
* To conditionally drag from certain areas subclass mousePressed and
* call super when you wish the dragging to begin.
*
It is created by
public BasicSplitPaneDivider createDefaultDivider() method of
javax.swing.plaf.basic.BasicSplitPaneUI