Class Summary |
Configurations |
The Configurations class must manage the things the user should be able to configure, which
is the username. |
Controller |
The Controller class is the application's main class and controls the program execution. |
GUI |
The GUI class does everything that is presented to the user and handles events that are
caused by user action. |
Language |
The Language class is abstract class to allow use of several languages. |
LanguageGB |
The LangugageGB class is an implementation of the Language class which initializes the
values by giving them English (GB) values. |
LanguageNB |
The LanguageNB class is an implementation of the Language class which instantiates the
values by giving them Norwegian values. |
Service |
The Service class is used to store the information and values for a retrieved service. |
SplashScreen |
|