Hi all,
I wanted to know if there is any class in
Swing that simulates a spin control. VC++ has
a class CSpinCtrl, but couldn't find anything
in Java.
Thanks
Kannan
Printable View
Hi all,
I wanted to know if there is any class in
Swing that simulates a spin control. VC++ has
a class CSpinCtrl, but couldn't find anything
in Java.
Thanks
Kannan
There is no standard spin control in swing. There is, however, code at http://www.sys-con.com/java/index2.html under the Code Source in Issue 4, Volume 4.
I think they're spin control (JSpinner) is excesively large, but if you want something quick.
Hope it Helps...
Dustin
Remember to rate this if it helps.