Computer Science 202
Introduction to Programming
Fall 2013, The College of Saint Rose
Agenda
Write a (brand new) small Java program called MoveTheCircle that behaves as follows. When the program starts, a 25x25 blue circle is placed along the left edge of the canvas. Every time the mouse is pressed in the canvas, the ball should move to the right by 5 units.
Please submit only the file MoveTheCircle.java in Submission Box under "InClass4-1" before you leave class.
Due at the start of class, Tuesday, September 10.
Please submit answers to these questions in Submission Box under "LA4" by the start of our next class. We will discuss these questions at the start of class, so no late submissions are accepted.
Examples