我有一个 JProgressBar,它以橙色显示,我试图用它来改变颜色,但它没有给出结果:
UIManager.put("progresoIP.background", Color.BLUE);
UIManager.put("progresoIP.foreground", Color.BLUE);
UIManager.put("progresoIP.selectionBackground", Color.BLUE);
UIManager.put("progresoIP.selectionForeground", Color.BLUE);
有了这个:
progresoIP.setForeground(Color.blue);
progresoIP.setBackground(Color.blue);
定位在initComponents();
如果您不自己编写 ,一个好的方法
painter
是使用nimbusOrange
,这使得覆盖 LAF Nimbus 下所有 Swing 组件的属性成为可能;在我看来,这是一个非常快的解决方案。下面是一个小片段:
void main()
删除它的这段代码此代码将其删除:
有了这个,它被设置为
LookandFeel
Windows 的默认值,你可以按照以下说明更改它:有了这个拉力。