嗨,有人可以帮我吗
如何根据桌面上的触摸屏要求增加jspinner箭头的大小
最佳答案
帮助我根据桌面上的触摸屏要求如何增加jspinner箭头的大小
甚至有可能改变
a)PreferredSize
表示Buttons
(在受API
限制的Icons size 8x8
中,也必须覆盖)
b)在JSpinner中的Buttons
和第二个或LEFT (or SOUTH)
上重发RIGHT (or NORTH)
但是对于JSpinner
我不会这样
用JTextField
创建JFormattedTextField
/ DocumentListener
,对DocumentFilter
(by default for JSpinner is there the same requirements too)实施所有限制
在其中放置两个JButtons
(通过使用JButton#setXxxIcon
设置自己的Icon
),以获取inc / des creasing
值
对于Date
/ Calendar
使用正确的JCalendar
或JDatePicker
关于java - 如何根据桌面上的触摸屏要求增加jspinner箭头的大小,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12855839/