if (toolkit.isFrameStateSupported(MAXIMIZED_BOTH)) {
this.setExtendedState(MAXIMIZED_BOTH);
}
this.setLocationRelativeTo(null);
menuBarViewTool = new MenuBarViewTool(this.controller.getMenuBarControllerTool());
this.setJMenuBar(menuBarViewTool);
this.controller.initPerspectiveManager(menuBarViewTool);
/*statusBarView = new StateBarView(null);
this.add(statusBarView, BorderLayout.SOUTH);*/