CS 112a
Fall 2004
Ileana Streinu

2 Minute Quiz #3


  1. Write your name on a blank piece of paper.
  2. List the methods which have to be present in your java code in order to be able to use mouse events (just the name(s)).
  3. List the methods which have to be present in your java code in order to be able to use graphics (just the name(s)).
  4. Write the Java statement that would draw a circle somewhere on the screen. In which method should this statement be present?