Notifies the input context that a client component has been removed from its containment hierarchy, or that input method support has been disabled for the component. This method is usually called from the client component's {@link java.awt.Component#removeNotify() Component.removeNotify}method. Potentially pending input from input methods for this component is discarded. If no input methods are available, then this method has no effect.
@param client Client component
@exception NullPointerException if client is null
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.