< prev index next >
src/java.desktop/share/classes/sun/awt/event/IgnorePaintEvent.java
Print this page
*** 30,40 ****
/**
* PaintEvents that are effectively ignored. This class is used only for
* tagging. If a heavy weight peer is asked to handle an event of this
* class it'll ignore it. This class is used by Swing.
! * Look at <code>javax.swing.SwingPaintEventDispatcher</code> for more.
*
*/
@SuppressWarnings("serial") // JDK-implementation class
public class IgnorePaintEvent extends PaintEvent {
public IgnorePaintEvent(Component source, int id, Rectangle updateRect) {
--- 30,40 ----
/**
* PaintEvents that are effectively ignored. This class is used only for
* tagging. If a heavy weight peer is asked to handle an event of this
* class it'll ignore it. This class is used by Swing.
! * Look at {@code javax.swing.SwingPaintEventDispatcher} for more.
*
*/
@SuppressWarnings("serial") // JDK-implementation class
public class IgnorePaintEvent extends PaintEvent {
public IgnorePaintEvent(Component source, int id, Rectangle updateRect) {
< prev index next >