嗨,有人可以帮我吗
如何根据桌面上的触摸屏要求增加jspinner箭头的大小

最佳答案

帮助我根据桌面上的触摸屏要求如何增加jspinner箭头的大小



甚至有可能改变

a)PreferredSize表示Buttons(在受API限制的Icons size 8x8中,也必须覆盖)

b)在JSpinner中的Buttons和第二个或LEFT (or SOUTH)上重发RIGHT (or NORTH)
但是对于JSpinner我不会这样





JTextField创建JFormattedTextField / DocumentListener,对DocumentFilterby default for JSpinner is there the same requirements too)实施所有限制
在其中放置两个JButtons(通过使用JButton#setXxxIcon设置自己的Icon),以获取inc / des creasing
对于Date / Calendar使用正确的JCalendarJDatePicker

关于java - 如何根据桌面上的触摸屏要求增加jspinner箭头的大小,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12855839/

10-10 13:28