|
Class Summary |
| ClientDialog |
Manages a top level query dialog box to get hostName and port
connection information. |
| ColorField |
cs101.awt.ColorField provides a colored rectangle that operates
as an awt.component. |
| Console |
A graphical helper class for Java Console IO. |
| DefaultFrame |
Simple top level that deals with one component and sizing. |
| DefaultGameFrame |
Simple top level Frame that deals with one component and sizing. |
| DisplayField |
cs101.awt.DisplayField extends cs101.util.ColorField to add a line of
text to the colored rectangle. |
| Line |
Implements a 4-coordinate (+ optional Color) line abstraction with
its own drawing method. |
| NetworkSettingsDialog |
A dialog box that will allow the user to select wether the program should
run in standalone mode, client mode or server mode. |
| QueryDialog |
A class to display a toplevel dialog box with a message,
a list of "things" and associated textfields, and get answers. |
| ServerDialog |
Manages a top level query dialog box to get port connection information. |