Adds the specified item listener to receive item events from this check box. Item events are sent to listeners in response to user input, but not in response to calls to setState(). If 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 item listener
@see #removeItemListener
@see #getItemListeners
@see #setState
@see java.awt.event.ItemEvent
@see java.awt.event.ItemListener
@since JDK1.1
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.