*/
public AbstractMainFrame() {
initComponents();
menuBar.add(new WindowMenu((MDIDesktopPane) desktopPane));
/* Add scrolling for the Frames */
scrollPane.getViewport().add(desktopPane);
getContentPane().setLayout(new BorderLayout());
getContentPane().add(scrollPane,BorderLayout.CENTER);