JToolBar 外观摇摆的感觉
我正在开发一个基于 Swing 的应用程序,我想在其中添加 JToolBar
以及 JButton
中的图像,但它看起来不太好。 JToolBar
在开始部分有一些点。
怎样才能去掉这些点呢?
I'm developing a Swing based application in which I want to add JToolBar
with images in JButton
but it's not looking good. JToolBar
is having some dots at the starting part.
How can I get rid of the dots?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有两件事:
setFloatable(false)
。decorateButton(AbstractButton)
Two things:
setFloatable(false)
.JButton
s prior to adding them to JToolBars (orJPanel
s, etc):decorateButton(AbstractButton)