public void init(GLAutoDrawable drawable) {
if(LOGGER.isLoggable(Level.FINER)) LOGGER.finer("Image graphics context initializing");
debug(drawable);
LOGGER.info("Initializing image graphics context");
if(context.graphicsListener != null) {
Graphics userGraphics = graphics;
if(isTrace()) {
userGraphics = traceGraphics;
traceGraphics.setDelegate(graphics);
traceGraphics.setLevel(getTraceLevel());
}