Originally posted by nonick
Ok! But how do i get JPopupMenu for this combobox, from the PopupMenuevent?
The 'event.getSource()' method will return the Object that caused the event (in this case the JPopupMenu). Cast the return value to JPopupMenu and there you have it.

Many casts will be a things of the past - in Java 1.5...