107108109110111112113
{ return new ColorUIResource(0, 0, 10); } public ColorUIResource getDesktopColor() { return new ColorUIResource(0, 0, 11); }
111112113114115116117
{ return new ColorUIResource(0, 0, 11); } public ColorUIResource getFocusColor() { return new ColorUIResource(0, 0, 12); }
115116117118119120121
{ return new ColorUIResource(0, 0, 12); } public ColorUIResource getHighlightedTextColor() { return new ColorUIResource(0, 0, 13); }
119120121122123124125
{ return new ColorUIResource(0, 0, 13); } public ColorUIResource getInactiveSystemTextColor() { return new ColorUIResource(0, 0, 14); }
123124125126127128129
{ return new ColorUIResource(0, 0, 14); } public ColorUIResource getMenuBackground() { return new ColorUIResource(0, 0, 15); }
127128129130131132133
{ return new ColorUIResource(0, 0, 15); } public ColorUIResource getMenuDisabledForeground() { return new ColorUIResource(0, 0, 16); }
131132133134135136137
{ return new ColorUIResource(0, 0, 16); } public ColorUIResource getMenuForeground() { return new ColorUIResource(0, 0, 17); }
135136137138139140141
{ return new ColorUIResource(0, 0, 17); } public ColorUIResource getMenuSelectedBackground() { return new ColorUIResource(0, 0, 18); }
139140141142143144145
{ return new ColorUIResource(0, 0, 18); } public ColorUIResource getMenuSelectedForeground() { return new ColorUIResource(0, 0, 19); }
143144145146147148149
{ return new ColorUIResource(0, 0, 19); } public ColorUIResource getPrimaryControl() { return new ColorUIResource(0, 0, 20); }