}
} catch ( IllegalStateException e ) {
ComposableRedrawJob.this.createBufferStrategyDirect();
BufferStrategy strategyRec = ComposableRedrawJob.this.getBufferStrategy();
if ( strategyRec != null ) {
holder[0] = ComposableRedrawJob.this.getStrategyGraphics( strategyRec );
} else {
holder[0] = null;
}