// MComboBoxPeer continued public Dimension minimumSize(int v) { // ... } public void action() { target.postEvent(new Event(target, Event.ACTION_EVENT, getString())); } }