147148149150151152153
{ return new ColorUIResource(0, 0, 20); } public ColorUIResource getPrimaryControlDarkShadow() { return new ColorUIResource(0, 0, 21); }
155156157158159160161
{ return new ColorUIResource(0, 0, 22); } public ColorUIResource getPrimaryControlInfo() { return new ColorUIResource(0, 0, 23); }
159160161162163164165
{ return new ColorUIResource(0, 0, 23); } public ColorUIResource getPrimaryControlShadow() { return new ColorUIResource(0, 0, 24); }
163164165166167168169
{ return new ColorUIResource(0, 0, 24); } public ColorUIResource getSeparatorBackground() { return new ColorUIResource(0, 0, 25); }
167168169170171172173
{ return new ColorUIResource(0, 0, 25); } public ColorUIResource getSeparatorForeground() { return new ColorUIResource(0, 0, 26); }
171172173174175176177
{ return new ColorUIResource(0, 0, 26); } public ColorUIResource getSystemTextColor() { return new ColorUIResource(0, 0, 27); }
175176177178179180181
{ return new ColorUIResource(0, 0, 27); } public ColorUIResource getTextHighlightColor() { return new ColorUIResource(0, 0, 28); }
179180181182183184185
{ return new ColorUIResource(0, 0, 28); } public ColorUIResource getUserTextColor() { return new ColorUIResource(0, 0, 29); }
183184185186187188189
{ return new ColorUIResource(0, 0, 29); } public ColorUIResource getWindowBackground() { return new ColorUIResource(0, 0, 30); }
187188189190191192193
{ return new ColorUIResource(0, 0, 30); } public ColorUIResource getWindowTitleBackground() { return new ColorUIResource(0, 0, 31); }