首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2SE开发 >

有哪位高手可以把全部常用颜色的名字列出来吗

2014-01-13 
有谁可以把全部常用颜色的名字列出来吗?java 使用Color.RED这样的方式定义常用颜色,有谁可以把全部常用颜

有谁可以把全部常用颜色的名字列出来吗?
java 使用Color.RED这样的方式定义常用颜色,有谁可以把全部常用颜色的名字列出来吗?
[解决办法]
Modifier and TypeField and Description
static Colorblack
The color black.
static ColorBLACK
The color black.
static Colorblue
The color blue.
static ColorBLUE
The color blue.
static Colorcyan
The color cyan.
static ColorCYAN
The color cyan.
static ColorDARK_GRAY
The color dark gray.
static ColordarkGray
The color dark gray.
static Colorgray
The color gray.
static ColorGRAY
The color gray.
static Colorgreen
The color green.
static ColorGREEN
The color green.
static ColorLIGHT_GRAY
The color light gray.
static ColorlightGray
The color light gray.
static Colormagenta
The color magenta.
static ColorMAGENTA
The color magenta.
static Colororange
The color orange.
static ColorORANGE
The color orange.
static Colorpink
The color pink.
static ColorPINK
The color pink.
static Colorred
The color red.
static ColorRED
The color red.
static Colorwhite
The color white.
static ColorWHITE
The color white.
static Coloryellow
The color yellow.
static ColorYELLOW
The color yellow.

这里都有http://docs.oracle.com/javase/7/docs/api/java/awt/Color.html

热点排行