我尝试设置 jbutton 的背景颜色,但不起作用?看图。为什么不起作用?怎么修?
我想要红色背景:-)
save_button.setForeground(Color.red);
save_button.setBackground(Color.red);
close_button.setForeground(Color.red);
close_button.setBackground(Color.red);
我尝试设置 jbutton 的背景颜色,但不起作用?看图。为什么不起作用?怎么修?
我想要红色背景:-)
save_button.setForeground(Color.red);
save_button.setBackground(Color.red);
close_button.setForeground(Color.red);
close_button.setBackground(Color.red);