window.centre();
window.setLightboxed(true);
gui.add(window);
GUIImage guiImg = new GUIImage(0,0,"gui/GUI_WINDOW_LIBRARY_TITLE.png",gui);
window.add(guiImg);
this.scrollPanel = new GUIPanel(0, borderTop, window.getWidth(),
window.getHeight() - (borderTop), true, applet, gui);
this.scrollPanel.setParentPanel(window);