A M P T W

A

actionPerformed(ActionEvent) - Method in class TickBase
Called when any menu item is activated.

M

myColour() - Method in class TickBase
By overriding the myColour method you can change the colour used in the certificate.
myName() - Method in class TickBase
Override the myName method with a version that returns whatever your own name is to personalise the certificate that you receive.

P

print(Graphics, PageFormat, int) - Method in class TickBase
A "print" methos is required by the "Printable" interface and is part of the internal mechanism for printing a document.

T

TickBase - Class in <Unnamed>
The "TickBase" class provides a foundation for Java Tick 1.
TickBase() - Constructor for class TickBase
The sample version of "main" uses a constructor called TickBase() that makes an instance of the object that displays certificates.

W

windowActivated(WindowEvent) - Method in class TickBase
Called when your window is activated
windowClosed(WindowEvent) - Method in class TickBase
Called when your window is closed
windowClosing(WindowEvent) - Method in class TickBase
The windowClosing method gets called if you close the window.
windowDeactivated(WindowEvent) - Method in class TickBase
Called when your window is deactivated
windowDeiconified(WindowEvent) - Method in class TickBase
Called when your window is deiconfified
windowIconified(WindowEvent) - Method in class TickBase
Called when your window is iconified
windowOpened(WindowEvent) - Method in class TickBase
Called when your window is opened

A M P T W