Hi!
I am running my animation by using the wakeupOnTimeElapsed behavior. I want to control the animation with a button so that when I press start it starts and when it finishes, if I want to start again I press button again it satrts again. How could this be done? Is it possible to use a JButton from swing and in the event actions try to call the processStimulus method or is there any special way of doing such a thing. Thanks.