Package gui


package gui
Graphical user interface for the McDiver application
  • Classes
    Class
    Description
    Responsible for managing the sewer diver and drawing it on the screen.
    An instance is a GUI for the game.
    An instance is responsible for drawing the underlying maze on the screen.
    The MazePanel should contain only static images that don't need to change
    unless the screen is redrawn.
    An instance is a JPanel with info for the user,
    including a slider to speed up McDiver's movements.
    An instance maintains information about a sprite for the GUI.
    An instance is a panel that displays information about a currently selected Tile.