com.alee.extended.statusbar
Class WebStatusBarStyle

java.lang.Object
  extended by com.alee.extended.statusbar.WebStatusBarStyle

public final class WebStatusBarStyle
extends java.lang.Object

User: mgarin Date: 24.07.12 Time: 16:21


Field Summary
static java.awt.Color bottomBgColor
          Status bar bottom background color
static java.awt.Insets margin
          Status bar margin
static java.awt.Color topBgColor
          Status bar top background color
static boolean undecorated
          Should decorate status bar or not
 
Constructor Summary
WebStatusBarStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topBgColor

public static java.awt.Color topBgColor
Status bar top background color


bottomBgColor

public static java.awt.Color bottomBgColor
Status bar bottom background color


margin

public static java.awt.Insets margin
Status bar margin


undecorated

public static boolean undecorated
Should decorate status bar or not

Constructor Detail

WebStatusBarStyle

public WebStatusBarStyle()