com.alee.laf
Class WebBorders

java.lang.Object
  extended by com.alee.laf.WebBorders

public class WebBorders
extends java.lang.Object

Factory object that can vend Borders appropriate for the Web L&F.

Author:
Mikle Garin

Constructor Summary
WebBorders()
           
 
Method Summary
static javax.swing.border.Border getButtonBorder()
          Returns border instance for a JButton.
static javax.swing.border.Border getProgressBarBorder()
          Returns border instance for a JProgressBar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBorders

public WebBorders()
Method Detail

getButtonBorder

public static javax.swing.border.Border getButtonBorder()
Returns border instance for a JButton.

Returns:
border instance for a JButton

getProgressBarBorder

public static javax.swing.border.Border getProgressBarBorder()
Returns border instance for a JProgressBar.

Returns:
border instance for a JProgressBar