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.
即使我从Netbeans GUI Designer设置了背景颜色,我JToolbar也没有显示背景颜色。设置背景颜色的代码甚至包含在自动生成的代码中。有什么问题?
JToolbar
如果 GUI 编辑器没有正确生成背景颜色,您可能需要自己设置背景颜色。尝试使用setBackground. 这个方法的 Javadoc 在这里。
setBackground