MComboBoxPeer.java (5)

   // MComboBoxPeer continued
   public Dimension minimumSize(int v) {
      // ...
   }

   public void action() {
      target.postEvent(new 
         Event(target, Event.ACTION_EVENT, 
                      getString()));
   }

}


Slide 140