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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DBufferStrategyPaintManager.java60 // showing from the buffer while painting a locking scheme is
65 // show is invoked the field showing is set to true, beginPaint
66 // will then block until showing is true. This scheme ensures we
97 * Indicates we're in the process of showing. All painting, on the EDT,
100 private boolean showing; field in class:BufferStrategyPaintManager
210 while (showing) {
248 showing = true;
271 showing = false;
301 // This disables showing from backbuffer until a complete
359 while(showing) {
[all...]

Completed in 23 milliseconds