Dave's nifty GWT Google Web Toolkit up down integer spinner control demo.
I couldn't find one of these on the web, but I finally had to build my own. I'm quite proud of how it came
out and I'm making available to the public, free to a good home, no licensing restrictions at all other than you can't
re-post the original source code on the web as an example of a spinner, just link back to my site
I built this spinner for the quantity box for how many pictures you want to buy from
TheGlassEye.com, my photography domain.
First parameter is the starting value, second and third are min and max values. This is an example of a spinner
starting at 1 with a min of 0 and a max of 99. Try typing over the values, try typing invalid data into the box, try
entering values out of range.
The spinner java code, graphics and css file is here.
Return To Dave's Planet