PopupMenu
listener which will listen to notification messages from the popup portion of the combo box. For all standard look and feels shipped with Java 2, the popup list portion of combo box is implemented as a JPopupMenu
. A custom look and feel may not implement it this way and will therefore not receive the notification.
@param l the PopupMenuListener
to add
|
|
|
|
|
|
|
|
|
|
|
|