javax.swing.plaf.basic
Class  BasicBorders.SplitPaneBorder
java.lang.Object
  |
  +--javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
- public static class BasicBorders.SplitPaneBorder
- extends Object
- implements Border, UIResource
   
This border draws the borders around both of the contained components in the
 the splitter.  It is a very odd border.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
highlight
protected Color highlight
shadow
protected Color shadow
BasicBorders.SplitPaneBorder
public BasicBorders.SplitPaneBorder(Color highlight,
                                    Color shadow)
paintBorder
public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
- Specified by: 
 - paintBorder in interface Border
 
 
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by: 
 - getBorderInsets in interface Border
 
 
isBorderOpaque
public boolean isBorderOpaque()
- Specified by: 
 - isBorderOpaque in interface Border
 
 
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems,  Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.