JFrame jf = new JFrame(); jf.setSize(800, 800); jf.getContentPane().setBackground(Color.green);
网上说这样就可以了,但是运行之后还是没有背景颜色