Package com.explodingpixels.macwidgets
Class MacColorUtils
- java.lang.Object
-
- com.explodingpixels.macwidgets.MacColorUtils
-
public class MacColorUtils extends java.lang.Object
Utility methods for dealing with Mac colors.
-
-
Field Summary
Fields Modifier and Type Field Description static java.awt.Color
EMPTY_COLOR
static java.awt.Color
LEOPARD_BORDER_COLOR
-
Constructor Summary
Constructors Constructor Description MacColorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.Color
getTexturedWindowToolbarBorderFocusedColor()
Gets the color used to separate aUnifiedToolBar
from the window content when the window is active.static java.awt.Color
getTexturedWindowToolbarBorderUnfocusedColor()
Gets the color used to separate aUnifiedToolBar
from the window content when the window is inactive.
-
-
-
Method Detail
-
getTexturedWindowToolbarBorderFocusedColor
public static java.awt.Color getTexturedWindowToolbarBorderFocusedColor()
Gets the color used to separate aUnifiedToolBar
from the window content when the window is active.- Returns:
- the border color when the window is active.
-
getTexturedWindowToolbarBorderUnfocusedColor
public static java.awt.Color getTexturedWindowToolbarBorderUnfocusedColor()
Gets the color used to separate aUnifiedToolBar
from the window content when the window is inactive.- Returns:
- the border color when the window is inactive.
-
-