Hi, I am trying to implement an indeterminate progress indicator with NSProgressIndicator for Java. Basically all I want to do is startAnimation at the beginning of my method and stopAnimation at the end. Those methods seem to require an 'Object sender', but I do not know what to pass in, and nothing I've tried will get the barber pole spinnin'?!
Can I not just indiscriminately start the animation then stop it later?
Any help is appreciated.
Thanks.