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.
我想使用类似于 JSpinner 的控件,但我需要在触摸屏上使用它。
JSpinner 箭头太小。
我在谷歌上找,但我什么也找不到!
你知道我可以使用的一些组件吗?
您可以按照本指南创建自己的 Swing 组件。这样你就可以指定旋钮的大小等等。