Click to See Complete Forum and Search --> : Is there any spin control in Java?


kannanbalu
February 25th, 2000, 01:54 PM
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

DHunter21
February 25th, 2000, 04:15 PM
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.