You are on page 1of 1

The University of Melbourne

Department of Computer Science and Software Engineering


433-254 Software Design
Semester 2, 2003

Lab 8
Week 9

1. Develop an applet that receives three numeric values as dynamic input from the
user and then displays the largest of the three on the screen. Write a HTML page
and test the applet.

2. Write a Java applet program that draws a Pie Char of Number of Students
Registered in various departments at 2nd year level within the University of
Melbourne. Please access input that are passed through PARAM statements in
HTML.

Hint: Each pie can be drawn using drawArc() or fillArc() method.

You might also like