Monday, September 28, 2009

Homework 3: Interactive with mouse




The Java applet link can be found here:
http://icac.no-ip.org/brian/applet/



In this exercise, we've used a number of new tools to create an interactive experience using the mouse. In the first exercise, we programmed certain graphics to follow the movement of the mouse cursor with some constraint. In the second exercise, we tried to simulate Microsoft Paint, creating special functions such as changing the stroke size, stroke color, clearing the board, and an eraser tool. The last exercise was especially challenging since there are many steps to creating it. For example, we first had to set up our own simple UI, by creating boxes with different functionalities. Another challenge for me was designating the dimensions for each box. Since many of the dimensions were off, I had to work through a trial-and-error process to get the boxes to get what I wanted them to do.

No comments:

Post a Comment