用this.getContentPane().setBackground():
this.getContentPane().setBackground(Color.blue);
this.getContentPane().setLayout(new BorderLayout());
this.getContentPane().add(new JButton("aaaaaaaaaaa"),BorderLayout.NORTH);
That's OK!