Ejemplo n.º 1
0
 /** {@inheritDoc} */
 public T setColorForeground(int theColor) {
   color.setForeground(theColor);
   for (ControllerInterface<?> ci : controllers.get()) {
     ci.setColorForeground(theColor);
   }
   return me;
 }