Matt's Java Portfolio
 
 
MyApplet5:  Modify this file by adding a few ornaments of your  own design to the Christmas tree.

MyApplet6:  Modify this file by changing it to center each of the different fonts horizontally, and to give each a different color.

MyApplet8:  Modify this file by changing it to paint a different colored shape not centered on the tip of the pointer, in response to mouseDown events.  You might also decide to use some weird stuff to entertain the user.

MyApplet9:  Modify this file by changing it to have different behavior to entertain the user.
 
MyApplet11:  After checking out the difference in behavior between  AnimatorApplet2.java and AnimatorApplet3.java, use JWS to change the version of MyApplet10.java that you have created to a new file called MyApplet11.java, which includes double buffering as in AnimatorApplet3.java.

MyApplet12:  Use JWS to modify MyApplet12.java by experimenting with different values of squareSize, and changing the applet to have some more interesting behavior.

MyApplet13:  Use JWS to modify MyApplet13.java so that the scrolling text displayed is phrased correctly.  Make sure to fix all such incorrect occurrences.  Change scrollDistance and scrollPosition so that the text scrolls onto the page incrementally from the left, instead of the complete text jumping onto the page all at once.

MyApplet14:  Use JWS to modify MyApplet14.java by adding another, fourth, "Lost in Space?" scenario. Your scenario should include a different background image choosen from the Astronomy Picture of the Day Archive at: http://antwrp.gsfc.nasa.gov/apod/ archivepix.html. In addition, you should include a rocketship image moving in a different way with a different scrolling text. After your scenario completes, it should loop smoothly back to the first scenario.
 
 

Back to Student Website Directory