super.updateUI();
setBorder(BorderFactory.createMatteBorder(0, 0, 1, 0, getBackground().darker()));
}
};
addContextMenuMouseListener(mToolBarPanel);
mSearchField = new SearchField();
} else {
mToolBarPanel.removeAll();
}
if (location.compareTo(BorderLayout.NORTH) == 0) {