how to set a background color for the jframe ???
|
|
|
|
|
|
|
That's another method:
I'm using netbeans ide. So |
|||
|
|
|
|
To set the background color for JFrame:
|
|||
|
|
|
|
You can use a container like so:
You must of course import java.awt.Color for the red color constant. |
||
|
|
|
|
Retrieve the content pane for the frame and use the setBackground() method inherited from Component to change the color. Example:
|
|||
|
|
