src/share/classes/javax/swing/BufferStrategyPaintManager.java

Print this page

        

*** 521,532 **** if (bufferStrategy != null) { bsg = bufferStrategy.getDrawGraphics(); if (bufferStrategy.contentsRestored()) { contentsLost = true; if (LOGGER.isLoggable(PlatformLogger.FINER)) { ! LOGGER.finer( ! "prepare: contents restored in prepare"); } } } else { // Couldn't create BufferStrategy, fallback to normal --- 521,531 ---- if (bufferStrategy != null) { bsg = bufferStrategy.getDrawGraphics(); if (bufferStrategy.contentsRestored()) { contentsLost = true; if (LOGGER.isLoggable(PlatformLogger.FINER)) { ! LOGGER.finer("prepare: contents restored in prepare"); } } } else { // Couldn't create BufferStrategy, fallback to normal