To set the background color for JFrame:
getContentPane().setBackground(Color.YELLOW); //Whatever color
|
2 | added 4 characters in body | ||
|
To set the background color for JFrame:
|
||||
|
1 |
|
||
|
To set the background color for JFrame: getContentPane().setBackground(Color.YELLOW); //Whatever color |
||||