Exemple #1
0
 protected void processTextEvent(TextEvent e) {
   int id = e.getID();
   switch (id) {
     case TextEvent.TEXT_VALUE_CHANGED:
       ponerColorSiCambio();
       break;
     default:
   }
   super.processTextEvent(e);
 }