예제 #1
0
 @Override
 public void updateTabColors() {
   for (ButtonEditorTab realTab : myRealTabs) {
     realTab.updateIcon();
   }
 }