this.toolBar = new JToolBar("Tool Bar");
this.toolBar.setLayout(new GridBagLayout());
this.toolBar.setFloatable(false);
this.desktop = new Desktop(param);
this.statusBar = new SimpleStatusBar();
this.openButton = new JButton(new ImageIcon("./data/resources/textures/notepad/openFile.png"));
this.openButton.setToolTipText("Open file");