Searched defs:PAINT_FIRST (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DPaintEvent.java42 * in the range from {@code PAINT_FIRST} to {@code PAINT_LAST}.
52 public static final int PAINT_FIRST = 800; field in class:PaintEvent
62 public static final int PAINT = PAINT_FIRST;
67 public static final int UPDATE = PAINT_FIRST + 1; //801

Completed in 787 milliseconds