Hello,
I am looking for some Java code which allows the user to position the
marker on the slider and then click Save so that the related number is
saved to a file on the hard disk ...
Any pointers as to where I might find such code?
Thanks
Geoff
Oliver Wong - 12 Aug 2005 21:00 GMT
> Hello,
>
[quoted text clipped - 3 lines]
>
> Any pointers as to where I might find such code?
This is both unusual and easy so it's unlikely you'd find code to do
exactly this. Do you know how to handle click events? Do you know how to
handle file I/O? If so, then you can code this yourself.
- Oliver