Answers for "chenge the background of form in java"

2

how to set frame colo in java

getContentPane().setBackground(Color.YELLOW);  //Whatever color
Posted by: Guest on May-26-2020
0

JFrame background color

setBackground(Color.red);
Posted by: Guest on January-21-2020

Code answers related to "chenge the background of form in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language