The component-level paint event. This event is a special type which is used to ensure that paint/update method calls are serialized along with the other events delivered from the event queue. This event is not designed to be used with the Event Listener model; programs should continue to override paint/update methods in order render themselves properly.
An unspecified behavior will be caused if the {@code id} parameterof any particular {@code PaintEvent} instance is notin the range from {@code PAINT_FIRST} to {@code PAINT_LAST}.
@author Amy Fowler
@since 1.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.