Container contentPane = this.getContentPane();
contentPane.setLayout(new BorderLayout());
int menuPosition = 0;
if(rootMenuBar.getComponentCount()!=0) menuPosition = rootMenuBar.getComponentCount()-1;
rootMenuBar.add(new WindowMenu(desktop),menuPosition);
this.setJMenuBar(rootMenuBar);
this.setIconImage(MainGui.icon);
if(toolBar!=null)
contentPane.add(toolBar, BorderLayout.NORTH);