Class Credits

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----GWin
                                   |
                                   +----Project
                                           |
                                           +----Credits

public class Credits
extends Project
Display credits.

This code is (c) 1996 Leemon Baird <leemon@cs.cmu.edu>, http://www.cs.cmu.edu/~baird
The source and object code may be redistributed freely. If the code is modified, please state so in the comments.

Version:
1.0, 24 July 96
Author:
Leemon Baird

Constructor Index

 o Credits()

Method Index

 o BNF(int)
 o paint(Graphics)
Print the credits
 o parse(Parser, int)
Parse the input file to get the parameters for this object.
 o run()
This project does nothing, so the thread dies immediately
 o unparse(Unparser, int)
Output a description of this object that can be parsed with parse().

Constructors

 o Credits
 public Credits()

Methods

 o BNF
 public String BNF(int lang)
Overrides:
BNF in class Project
 o unparse
 public void unparse(Unparser u,
                     int lang)
Output a description of this object that can be parsed with parse().

Overrides:
unparse in class Project
See Also:
Parsable
 o parse
 public Object parse(Parser p,
                     int lang) throws ParserException
Parse the input file to get the parameters for this object.

Throws: ParserException
parser didn't find the required token
Overrides:
parse in class Project
 o paint
 public void paint(Graphics g)
Print the credits

Overrides:
paint in class GWin
 o run
 public void run()
This project does nothing, so the thread dies immediately

Overrides:
run in class Project