CS3101-3: Programming Languages: Java
Homework 5

Out: Oct 10
Reading: review what we learned. prepare questions for next class.
DUE: Wed, Oct 15, 11PM (on the button)

Goal:

  1. Learn to work in java gui
  2. Prepare to end the course.
  3. Have Fun!


  1. The goal of this homework is to work with Java Applets.
    create a simpe applet which displays the letter O bouncing around the screen.
    we discussed that there were 4 conditions on how the x and y
    coordinates were manipulated depending on which direction it was bouncing
    Document your code well.