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 Modifier and Type Field 描述 static SystemColor
SystemColor. activeCaption
为当前活动窗口的窗口标题背景呈现的颜色。static SystemColor
SystemColor. activeCaptionBorder
为当前活动窗口周围的边框渲染的颜色。static SystemColor
SystemColor. activeCaptionText
为当前活动窗口的窗口标题文本呈现的颜色。static SystemColor
SystemColor. control
为控制面板和控制对象(如按钮)的背景渲染的颜色。static SystemColor
SystemColor. controlDkShadow
在3D控件对象(如按钮)上为暗影区域呈现的颜色。static SystemColor
SystemColor. controlHighlight
为3D控制对象(如按钮)的亮区渲染颜色。static SystemColor
SystemColor. controlLtHighlight
为3D控件对象的高亮区域(如按钮)渲染颜色。static SystemColor
SystemColor. controlShadow
为3D控件对象(如按钮)的阴影区域呈现的颜色。static SystemColor
SystemColor. controlText
为控制面板和控制对象(如按钮)的文本呈现的颜色。static SystemColor
SystemColor. desktop
渲染为桌面背景的颜色。static SystemColor
SystemColor. inactiveCaption
为非活动窗口的窗口标题背景呈现的颜色。static SystemColor
SystemColor. inactiveCaptionBorder
为不活动窗口周围的边框渲染颜色。static SystemColor
SystemColor. inactiveCaptionText
为非活动窗口的窗口标题文本呈现的颜色。static SystemColor
SystemColor. info
为工具提示背景提供的颜色或现场帮助。static SystemColor
SystemColor. infoText
为文本提供的工具提示颜色或点帮助。static SystemColor
SystemColor. menu
呈现为菜单背景的颜色。static SystemColor
SystemColor. menuText
为菜单文本呈现的颜色。static SystemColor
SystemColor. scrollbar
呈现为滚动条背景的颜色。static SystemColor
SystemColor. text
为文本控件对象(如文本框和组合框)的背景渲染的颜色。static SystemColor
SystemColor. textHighlight
为所选项目的背景渲染的颜色,如菜单,组合框和文本。static SystemColor
SystemColor. textHighlightText
为所选项目的文本呈现的颜色,如菜单,组合框和文本。static SystemColor
SystemColor. textInactiveText
为非活动项目的文本呈现的颜色,如菜单中。static SystemColor
SystemColor. textText
为文本控件对象(如文本框和组合框)的文本呈现的颜色。static SystemColor
SystemColor. window
为Windows内部区域背景渲染的颜色。static SystemColor
SystemColor. windowBorder
为窗户内部区域的边界呈现的颜色。static SystemColor
SystemColor. windowText
为窗口内部区域的文字渲染的颜色。
-