graphWindow.setDismissOnOutsideClick(true);
graphWindow.setWidth(GRAPH_ARG_WINDOW_WIDTH);
graphWindow.setHeight(GRAPH_ARG_WINDOW_HEIGHT);
graphWindow.setShowMinimizeButton(false);
graphWindow.setAutoCenter(true);
graphWindow.addCloseClickHandler(new CloseClickHandler(){
@Override
public void onCloseClick(CloseClickEvent event) {
graphListGrid.setGraphsInSettings();
LocalStorageHelper.storeSettings(view.getSettings());
if (graphWindow != null) {