final int y = filterTabBounds.y + tpLocation.y + filterTabBounds.height;
final DCPopupBubble popupBubble = new DCPopupBubble(_glassPane, "<html>'<b>"
+ LabelUtils.getLabel(filterJobBuilder) + "</b>'<br/>added to <b>filters</b></html>", x, y,
"images/menu/filter-tab.png");
popupBubble.showTooltip(2000);
} else {
_tabbedPane.setSelectedIndex(FILTERS_TAB);
}
updateStatusLabel();
}