Added access to the relax controller from the main window.
The 'View' menu has been created with the single entry 'Controller'. This has a new oxygen icon.
The menu entry executes the show_controller() method which simply calls self.controller.ShowModal().
The controller will need to be modified to be universally accessible and closable at any time.