Systemcolours
java.awt.SystemColor
| SystemColor | Which colour responds to that |
|---|---|
| desktop | colour of desktop background |
| activeCaption | backgroundcolour for text in the window frame |
| activeCaptionText | colour for text in the window frame |
| activeCaptionBorder | frame colour for active window frame |
| inactiveCaption | backgroundcolour for inactive text in the window frame |
| inactiveCaptionText | colour for inactive text in the window frame |
| inactiveCaptionBorder | frame colour for inactive window frame |
| window | backgroundcolour of windows |
| windowBorder | frame colour of windows |
| windowText | text colour for windows |
| menu | backgroundcolour for menus |
| menuText | text colour for menus |
| text | backgroundcolour for text components |
| textText | text colour for text components |
| textHighlight | backgroundcolour for emphasized text |
| textHighlightText | colour for emphasized text |
| textInactiveText | colour for inactive text |
| control | backgroundcolour for control-objects |
| controlText | text colour for control-objects |
| controlHighlight | normal colour, with what control-objects are emphasized |
| controlLtHighlight | lighter colour, with what control-objects are emphasized |
| controlShadow | normal backgroundcolour for control-objects |
| controlDkShadow | darker shadow for control-objects |
| scrollbar | backgroundcolour of slide switch |
| info | backgroundcolour of help |
| infoText | text colour of help |
Color clr = new Color((SystemColor.control).getRGB())