java - How do I change the background color in the undecorated frame? -
I have an indefinite frame and I want to change the background color for this. How to do this?
myFrame.getContentPane (). SetBackground (Color.red);
I have an indefinite frame and I want to change the background color for this. How to do this?
myFrame.getContentPane (). SetBackground (Color.red);
Comments
Post a Comment