net.java.sip.communicator.impl.gui.lookandfeel
Class SIPCommBorders.RoundBorder
java.lang.Object
javax.swing.border.AbstractBorder
net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.RoundBorder
- All Implemented Interfaces:
- Serializable, Border, UIResource
- Direct Known Subclasses:
- SIPCommBorders.TextFieldBorder
- Enclosing class:
- SIPCommBorders
public static class SIPCommBorders.RoundBorder
- extends AbstractBorder
- implements UIResource
The RoundBorder is common border which is used throughout the SIPComm
L&F.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIPCommBorders.RoundBorder
public SIPCommBorders.RoundBorder()
paintBorder
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int w,
int h)
- Specified by:
paintBorder in interface Border- Overrides:
paintBorder in class AbstractBorder
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsets in interface Border- Overrides:
getBorderInsets in class AbstractBorder
getBorderInsets
public Insets getBorderInsets(Component c,
Insets newInsets)
- Overrides:
getBorderInsets in class AbstractBorder
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.