JButton btn=new JButton("TEST");
btn.setForeground(Color.white);// 设置前景色(文字颜色)
btn.setBackground(new Color(3,23,47));// 设置背景色
注意上述颜色的使用。
本文转自张昺华-sky博客园博客,原文链接:http://www.cnblogs.com/xiandedanteng/p/3712027.html,如需转载请自行联系原作者
JButton btn=new JButton("TEST");
btn.setForeground(Color.white);// 设置前景色(文字颜色)
btn.setBackground(new Color(3,23,47));// 设置背景色
注意上述颜色的使用。
本文转自张昺华-sky博客园博客,原文链接:http://www.cnblogs.com/xiandedanteng/p/3712027.html,如需转载请自行联系原作者