this.sideBar.add(getString("sidebar.symbols"),this.symbolPanel);
this.flickrPanel = new FlickrPanel(this);
this.sideBar.add(getString("sidebar.flickr"), this.flickrPanel);
this.flickrPanel.setVisible(false);
treePanel = new TreeViewPanel(getMain(),this);
this.sideBar.add("Properties",treePanel);
treePanel.setVisible(false);
this.viewActions.add(new ViewSidebar("menus.viewSymbolSidebar",this,symbolPanel));
this.viewActions.add(new ViewSidebar("menus.viewFlickrSidebar",this,flickrPanel));