java.lang.Object
javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
- All Implemented Interfaces:
- Border,- UIResource
- Enclosing class:
- BasicBorders
public static class BasicBorders.SplitPaneBorder extends Object implements Border, UIResource
Draws the border around the splitpane. To work correctly you should
 also install a border on the divider (property SplitPaneDivider.border).
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description SplitPaneBorder(Color highlight, Color shadow)Constructs a new instance of aSplitPaneBorder.
- 
Method SummaryMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface javax.swing.border.BordergetBorderInsets, isBorderOpaque, paintBorder
- 
Field Details
- 
Constructor Details- 
SplitPaneBorderConstructs a new instance of aSplitPaneBorder.- Parameters:
- highlight- a color of highlight
- shadow- a color of shadow
 
 
-