Exemplo n.º 1
0
 public void propertyChange(PropertyChangeEvent event) {
   if (pref.isSource(event)) {
     selectOption(pref.get());
   }
 }