protected void setupToolBars()
{
topPanel = new CBPanel();
searchBar = new SearchBar(this); // set up the tool bar with quick search
buttonBar = new ButtonBar(this); // sets up the tool bar with the graphics icons
//buttonBar.setSize(topPanel.getWidth(), 20);
topPanel.makeWide();