{
// Create the WorldWindow.
this.wwjPanel = new AppPanel();
this.tabbedPane = new JTabbedPane();
this.catalogPanel = new CatalogPanel(EUROGEOSS_SERVICE_URL, getWwd());
this.layerManagerPanel = new LayerAndElevationManagerPanel(getWwd());
this.tabbedPane = new JTabbedPane();
this.tabbedPane.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0)); // top, left, bottom, right
this.tabbedPane.add(EUROGEOSS_SERVICE_TITLE, this.catalogPanel);
this.addWMSLayersTab(NEO_SERVICE_TITLE, NEO_SERVICE_URL);