Moves and resizes this component. Unlike other components, this implementation also forces re-layout, so that frame decorations such as the title bar are always redisplayed.
@param x an integer giving the component's new horizontal positionmeasured in pixels from the left of its container
@param y an integer giving the component's new vertical position,measured in pixels from the bottom of its container
@param width an integer giving the component's new width in pixels
@param height an integer giving the component's new height in pixels
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.