144145146147148149150151
public void flashTab(AbstractTab tab) { if (tabPane.getSelectedComponent() != tab) { new TabFlasher(tabPane, tab); } }