如何设置JFrame的背景颜色?
检索框架的内容窗格,并使用从Component继承的setBackground()方法更改颜色。
Component
setBackground()
例:
myJFrame.getContentPane().setBackground( desiredColor );