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 -

ruby on rails - Convert a Activerecord result with has_one associations into a single hash per record -

javascript - Read complete data from stream from onMessage -