GUI Practical
[Practical 9 of 11]


This practical is going help you to create and attach a Graphical User Interface (GUI) onto the spatial interaction model you have developed.

We will make use of the Java in built classes for GUI building which enable us to attach the GUI with minimal changes to our model code. Good model design should enable the user interface and model to be loosely coupled at implementation speeding up the implementation of the GUI design.

When you have completed the practical try to calibrate the model!


Continue on to the practical