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.
如果滚动窗格的视图组件足够大,则滚动条拇指很小,然后在 Windows L&F 上无法正确绘制。
这只是一个审美问题;滚动条功能正常,其他 L&F 似乎一切都很好。
有没有办法解决这个问题?也许以某种方式设置拇指的最小宽度?
这对我有用(Java 1.7.0_09,Windows 7):
UIManager.put("ScrollBar.minimumThumbSize", new Dimension(32, 32));