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);    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

javascript - What is an alternative to using getElementByClass for hiding multiple elements? -

javascript - Making the first column of a table fixed on horizontal scroll -