类的用途
java.awt.SystemColor
使用 SystemColor 的包
-
SystemColor 在 java.awt 中的用法
java.awt 中的字段声明为 SystemColor修饰符和类型Field描述static final SystemColorSystemColor.activeCaption为当前活动窗口的窗口标题背景呈现的颜色。static final SystemColorSystemColor.activeCaptionBorder为当前活动窗口周围的边框呈现的颜色。static final SystemColorSystemColor.activeCaptionText为当前活动窗口的窗口标题文本呈现的颜色。static final SystemColorSystemColor.control为控制面板和控制对象(例如按钮)的背景呈现的颜色。static final SystemColorSystemColor.controlDkShadow为 3D 控制对象(例如按钮)上的深色阴影区域呈现的颜色。static final SystemColorSystemColor.controlHighlight为 3D 控制对象(例如按钮)的亮区呈现的颜色。static final SystemColorSystemColor.controlLtHighlight为 3D 控制对象(例如按钮)的高亮区域呈现的颜色。static final SystemColorSystemColor.controlShadow为 3D 控制对象(例如按钮)的阴影区域渲染的颜色。static final SystemColorSystemColor.controlText为控制面板和控制对象(例如按钮)的文本呈现的颜色。static final SystemColorSystemColor.desktop为桌面背景呈现的颜色。static final SystemColorSystemColor.inactiveCaption为非活动窗口的窗口标题背景呈现的颜色。static final SystemColorSystemColor.inactiveCaptionBorder为非活动窗口周围的边框呈现的颜色。static final SystemColorSystemColor.inactiveCaptionText为非活动窗口的窗口标题文本呈现的颜色。static final SystemColorSystemColor.info为工具提示或现场帮助的背景呈现的颜色。static final SystemColorSystemColor.infoText为工具提示或现场帮助文本呈现的颜色。static final SystemColorSystemColor.menu为菜单背景呈现的颜色。static final SystemColorSystemColor.menuText为菜单文本呈现的颜色。static final SystemColorSystemColor.scrollbar为滚动条的背景呈现的颜色。static final SystemColorSystemColor.text为文本控件对象(例如文本字段和组合框)的背景呈现的颜色。static final SystemColorSystemColor.textHighlight为所选项目(例如菜单、组合框和文本)的背景呈现的颜色。static final SystemColorSystemColor.textHighlightText为所选项目的文本呈现的颜色,例如在菜单、组合框和文本中。static final SystemColorSystemColor.textInactiveText为非活动项目(例如菜单)的文本呈现的颜色。static final SystemColorSystemColor.textText为文本控件对象(例如文本字段和组合框)的文本呈现的颜色。static final SystemColorSystemColor.window为窗口内部区域的背景渲染的颜色。static final SystemColorSystemColor.windowBorder为窗口内内部区域周围的边界呈现的颜色。static final SystemColorSystemColor.windowText为窗口内部区域的文本呈现的颜色。