Package dd.hurricane

Various utility classes to help in simulation building.

See:
          Description

Class Summary
DialogDemo  
HurricaneHex  
HurricaneManager  
LanduseManager  
Main The Disaster Land-Use Game prototype main class.
Observer This is an extension of the DLUG (@link Main) class that disables all of the UI that does anything, so that it can be used to just observe a running game.
ProposalXMLFactory  
Scenario The scenario object handles all the setup associated with starting a turn.
SpringUtilities A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout.
StartlessMain This is an extension of the DLUG (@link Main) class that overrides the availableGames() and refreshGameList() functions to do nothing instead of their usual functions.
Tutorial The scenario object handles all the setup associated with starting a turn.
 

Package dd.hurricane Description

Various utility classes to help in simulation building. This package contains several helper classes. These helper classes provide support functionality and convenience functions for the simulation implemented elsewhere.

Some of the utilities provided in this class include

and so on. Most of these classes are comprised of static methods and routines that can largely stand alone.