Package com.explodingpixels.macwidgets
Class MacColorUtils
- java.lang.Object
-
- com.explodingpixels.macwidgets.MacColorUtils
-
public class MacColorUtils extends java.lang.ObjectUtility methods for dealing with Mac colors.
-
-
Field Summary
Fields Modifier and Type Field Description static java.awt.ColorEMPTY_COLORstatic java.awt.ColorLEOPARD_BORDER_COLOR
-
Constructor Summary
Constructors Constructor Description MacColorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.ColorgetTexturedWindowToolbarBorderFocusedColor()Gets the color used to separate aUnifiedToolBarfrom the window content when the window is active.static java.awt.ColorgetTexturedWindowToolbarBorderUnfocusedColor()Gets the color used to separate aUnifiedToolBarfrom the window content when the window is inactive.
-
-
-
Method Detail
-
getTexturedWindowToolbarBorderFocusedColor
public static java.awt.Color getTexturedWindowToolbarBorderFocusedColor()
Gets the color used to separate aUnifiedToolBarfrom 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 aUnifiedToolBarfrom the window content when the window is inactive.- Returns:
- the border color when the window is inactive.
-
-