Uses of Class
java.awt.SystemColor
-
Packages that use SystemColor 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of SystemColor in java.awt
Fields in java.awt declared as SystemColor 变量和类型 字段 描述 static SystemColorSystemColor. activeCaption为当前活动窗口的窗口标题背景呈现的颜色。static SystemColorSystemColor. activeCaptionBorder为当前活动窗口周围的边框渲染的颜色。static SystemColorSystemColor. activeCaptionText为当前活动窗口的窗口标题文本呈现的颜色。static SystemColorSystemColor. control为控制面板和控制对象(如按钮)的背景渲染的颜色。static SystemColorSystemColor. controlDkShadow为3D控制对象(如按钮)上的暗阴影区域渲染的颜色。static SystemColorSystemColor. controlHighlight为3D控制对象的亮区域(如按钮)渲染的颜色。static SystemColorSystemColor. controlLtHighlight为3D控件对象的高亮区域(如按钮)渲染的颜色。static SystemColorSystemColor. controlShadow为3D控制对象(例如按钮)的阴影区域渲染的颜色。static SystemColorSystemColor. controlText为控制面板和控件对象(如按钮)的文本呈现的颜色。static SystemColorSystemColor. desktop为桌面背景渲染的颜色。static SystemColorSystemColor. inactiveCaption为非活动窗口的窗口标题背景呈现的颜色。static SystemColorSystemColor. inactiveCaptionBorder为非活动窗口周围的边框呈现的颜色。static SystemColorSystemColor. inactiveCaptionText为非活动窗口的窗口标题文本呈现的颜色。static SystemColorSystemColor. info为工具提示或点帮助的背景渲染的颜色。static SystemColorSystemColor. infoText为工具提示或点帮助文本呈现的颜色。static SystemColorSystemColor. menu为菜单背景渲染的颜色。static SystemColorSystemColor. menuText为菜单文本呈现的颜色。static SystemColorSystemColor. scrollbar为滚动条的背景渲染的颜色。static SystemColorSystemColor. text为文本控件对象的背景渲染的颜色,例如文本字段和组合框。static SystemColorSystemColor. textHighlight为所选项目的背景渲染的颜色,例如菜单,组合框和文本。static SystemColorSystemColor. textHighlightText为所选项目的文本呈现的颜色,例如菜单,组合框和文本。static SystemColorSystemColor. textInactiveText为非活动项目的文本呈现的颜色,例如在菜单中。static SystemColorSystemColor. textText为文本控件对象的文本呈现的颜色,例如文本字段和组合框。static SystemColorSystemColor. window为窗口内部区域的背景渲染的颜色。static SystemColorSystemColor. windowBorder为窗口内部区域周围的边框渲染的颜色。static SystemColorSystemColor. windowText为窗口内部区域的文本呈现的颜色。
-