setBackgorund in java awt package code example
Example: setbackground java
setBackground(Color.cyan); // sets predefined color cyan to background of frame
setBackground(Color.cyan); // sets predefined color cyan to background of frame