updated show intro

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gis-viewer-app@101712 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-11-26 16:07:23 +00:00
parent ae7b08d657
commit 863db74af8
2 changed files with 7 additions and 1 deletions

View File

@ -133,4 +133,8 @@ public class ApplicationController {
return mainPanel;
}
public GisViewerPanel getGisViewerPanel() {
return gisViewerPanel;
}
}

View File

@ -30,7 +30,9 @@ public class GisViewerApp implements EntryPoint {
}
});
updateSize();
updateSize();
appController.getGisViewerPanel().showIntro();
}
/**