Removes the specified preference change listener, so it no longer receives preference change events.
@param pcl The preference change listener to remove.
@throws IllegalArgumentException if pcl was not a registeredpreference change listener on this node.
@throws IllegalStateException if this node (or an ancestor) has beenremoved with the {@link #removeNode()} method.
@see #addPreferenceChangeListener(PreferenceChangeListener)
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.