Removes the specified mouse listener so that it no longer receives mouse events from this component. This method performs no function, nor does it throw an exception, if the listener specified by the argument was not previously added to this component. If listener
l
is
null
, no exception is thrown and no action is performed.
Refer to AWT Threading Issues for details on AWT's threading model.
@param l the mouse listener
@see java.awt.event.MouseEvent
@see java.awt.event.MouseListener
@see #addMouseListener
@see #getMouseListeners
@since JDK1.1