Useful methods in the Console class
The following methods in the Console class can be used to obtain some useful default colors you can use in output:
public Color getErrorColor
(
void)
;
public Color getWarningColor
(
void)
;
public Color getInfoColor
(
void)
;