Searched refs:painting (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DBufferStrategyPaintManager.java53 // All drawing is done to a BufferStrategy. At the end of painting
60 // showing from the buffer while painting a locking scheme is
61 // implemented. When beginPaint is invoked the field painting is
62 // set to true. If painting is true and show is invoked we
64 // toolkit thread while painting happens. In a similar way when
95 private boolean painting; field in class:BufferStrategyPaintManager
97 * Indicates we're in the process of showing. All painting, on the EDT,
243 if (painting) {
245 // painting.
356 painting
[all...]
H A DRepaintManager.java99 // List of Runnables that need to be processed before painting from AWT.
122 // Whether or not a VolatileImage should be used for double-buffered painting
126 * painting.
151 // must deal with the buffer being lost while painting to it. For
155 // the process of painting the repaintRoot field is set to the JRootPane
161 * True if we're in the process of painting the dirty regions. This is
164 private boolean painting; field in class:RepaintManager
166 * If the PaintManager calls into repaintRoot during painting this field
172 * The Thread that has initiated painting. If null it
173 * indicates painting i
[all...]

Completed in 24 milliseconds