All Packages Class Hierarchy This Package Previous Next Index
Class spec.harness.About
spec.harness.About
- public class About
This class is used to display the information about the people who contributed
for developing SpecJVMClient98
-
About(String, AppletContext)
- Constructor.
-
About(String, AppletContext, int, int, long)
- Constructor which also takes the size, sleep time.
-
action(Event, Object)
- Call back function called when the user presses 'OK' button
-
paint(Graphics)
- Paints the window
-
run()
- Run method for the thread.
-
setRunner(Thread)
- Sets the runner parameter
About
public About(String base,
AppletContext context)
- Constructor. Calls the constructor with size and sleep time information.
- Parameters:
- base - Location from which the images can be read
- context - AppletContext.
About
public About(String base,
AppletContext context,
int width,
int height,
long ms)
- Constructor which also takes the size, sleep time.
- Parameters:
- base - Location from which the images can be read
- contdxt - AppletContext
- width - Width of the window
- height - height of the window
- ms - Sleep time in milliseconds
action
public boolean action(Event evt,
Object arg)
- Call back function called when the user presses 'OK' button
paint
public void paint(Graphics g)
- Paints the window
- Parameters:
- Handle - to the graphics context
run
public void run()
- Run method for the thread.
setRunner
public void setRunner(Thread runner)
- Sets the runner parameter
- Parameters:
- runner - Thread object, which displays the images
All Packages Class Hierarchy This Package Previous Next Index