Contains classes that display information on the screen while the application is running.

Package Specification

The dds.view package contains all classes that are responsible for displaying information and control interfaces to the user. This is done in accordance to the model-view-controller architecture that was selected for this application.

Package Organization

The packages within this one are used to organize the classes further according to their problem domain. For instance, the simulation package contains all of the classes that are responsible for rendering simulations. Likewise, the simplegui package contains classes that are used to draw basic gui components within a Processing-like rendering system.