com.vlsolutions.swing.toolbars
Class RoundedBorder
java.lang.Object
com.vlsolutions.swing.toolbars.RoundedBorder
- All Implemented Interfaces:
- Border
public class RoundedBorder
- extends Object
- implements Border
A simple rounded border.
Can be used anywhere a rounded border is needed (no specific purpose).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoundedBorder
public RoundedBorder()
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaque
in interface Border
paintBorder
public void paintBorder(Component component,
Graphics graphics,
int x,
int y,
int w,
int h)
- Specified by:
paintBorder
in interface Border
getBorderInsets
public Insets getBorderInsets(Component component)
- Specified by:
getBorderInsets
in interface Border
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications