/**
* This method is called on application startup. It should not be regarded as part of the public
* API of this class, and it might be removed at any time.
*/
public void startup() {
windowMenuController = new WindowMenuController(this);
windowMenuController.startup();
}