我试图在java netbeans中更改jlabel的颜色
我需要一个代码来更改jLabel颜色
喜欢:
JLabel.SetColor(Color.RED);
简单的代码是
jLabel1.setForeground(Color.red);