Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 Swing 应用程序中以 Nimbus 样式设置所有 JProgressBar,而其余的是 Windows、Metal、Quauqa 等等。
我怎样才能在 Java 中做到这一点?
调用comp.setUI(...)和comp.updateUI()更改单个组件的 UI。
comp.setUI(...)
comp.updateUI()