按钮的引用.setBackground(Color.RED);设置成红色
设置为红色button.setBackground(Color.RED);
Button btn = new Button("蓝色");btn.setBackground(Color.blue);