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:
- Learn to work in java gui
- Prepare to end the course.
- Have Fun!
-
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.