Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.lookandfeel
Class SIPCommBorders

java.lang.Object
  extended by net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders

public class SIPCommBorders
extends Object

SIPCommBorders is where all component borders used in the SIPComm L&F are drawn.

Author:
Yana Stamcheva

Nested Class Summary
static class SIPCommBorders.BoldRoundBorder
          The BoldRoundBorder is common border which is used throughout the SIPComm L&F.
static class SIPCommBorders.RoundBorder
          The RoundBorder is common border which is used throughout the SIPComm L&F.
static class SIPCommBorders.TextFieldBorder
          The TextField border which is used in SIPComm L&F for all text fields.
 
Constructor Summary
SIPCommBorders()
           
 
Method Summary
static Border getBoldRoundBorder()
           
static Border getRoundBorder()
           
static Border getTextFieldBorder()
          Returns a border instance for a JTextField.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIPCommBorders

public SIPCommBorders()
Method Detail

getRoundBorder

public static Border getRoundBorder()

getBoldRoundBorder

public static Border getBoldRoundBorder()

getTextFieldBorder

public static Border getTextFieldBorder()
Returns a border instance for a JTextField.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.