Hi - I am a Java newbie and I need some help in getting started on a problem. I want to create a swing applet thatHas a circle that moves under mouse control. Thats is to say, that when you click on the applet, the circle will start moving toward the position that the mouse was clicked and continue moving in that direction until either the mouse is clicked again or hits the boundary of the applet.
I am comfortable with actually creating the applet and the circle, but would be most appreciative if anyone could give me any ideas on how to get the movement going and how the action listner might work.
Cheers
I am comfortable with actually creating the applet and the circle, but would be most appreciative if anyone could give me any ideas on how to get the movement going and how the action listner might work.
Cheers