| java.lang.Object org.netbeans.swing.plaf.gtk.AdaptiveMatteBorder
AdaptiveMatteBorder | public class AdaptiveMatteBorder implements Border(Code) | | A matte border with a few twists - can do drop shadow; also, for toolbars,
will check the position of the component and return taller insets for the
top row, so it's offset from the menu, but not present a doubled border
for lower rows; same thing for toolbars adjacent to each other.
author: Tim Boudreau |
Constructor Summary | |
public | AdaptiveMatteBorder(boolean t, boolean l, boolean b, boolean r, int shadowDepth, boolean topLeftInsets) | public | AdaptiveMatteBorder(boolean t, boolean l, boolean b, boolean r, int shadowDepth) |
AdaptiveMatteBorder | public AdaptiveMatteBorder(boolean t, boolean l, boolean b, boolean r, int shadowDepth, boolean topLeftInsets)(Code) | | Creates a new instance of AdaptiveMatteBorder
|
AdaptiveMatteBorder | public AdaptiveMatteBorder(boolean t, boolean l, boolean b, boolean r, int shadowDepth)(Code) | | |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
|
|