JMouseComboBox

Author:  Dirk Moebius

This is a combo-box that allows listeners to be informed of mouse entered and mouse exited events.

Note that other mouse events besides MOUSE_ENTERED and MOUSE_EXITED still do not get delivered. This is because sending a MOUSE_PRESSED, MOUSE_CLICKED or MOUSE_RELEASED event would cause the combo box popup to be hidden immediately after it has been shown, resulting in that it would not be shown at all.

This class was created as a fix/workaround for Swing bug #4144505.