A C I P S

A

action(Event, Object) - Method in class smileyprogram
This method takes event from the list box on applet and creates the appropriate smiley face.

C

complete - Variable in class smileyprogram
This attribute holds the choice selected by the user on the drop down list box of the applet.
completePanel - Variable in class smileyprogram
This attribute holds the drop down list box on the right hand side of the applet

I

init() - Method in class smileyprogram
This method is invoked by all applets, this is an entry point of the smiley program.

P

paint(Graphics) - Method in class smileyprogram
This method paints the actual smiley faces on the applet All the variables needed to hold the coordinates of the Components of the face are given their values.

S

smileyprogram - class smileyprogram.
This class extends applet which displays smiley face in different moods and formats The different formats can be chosen from the drop list box provided on the top right of the applet.
smileyprogram() - Constructor for class smileyprogram
 

A C I P S