/**
* Constructs the GUI components of the RUPS application.
*/
public RupsController(Dimension dimension) {
// creating components and controllers
menuBar = new RupsMenuBar(this);
addObserver(menuBar);
Console console = Console.getInstance();
addObserver(console);
readerController = new PdfReaderController(this, this);
addObserver(readerController);