glClearColor(renderingBackgroundColor.r, renderingBackgroundColor.g, renderingBackgroundColor.b,
renderingBackgroundColor.a);
GL11.glClear(GL11.GL_COLOR_BUFFER_BIT);
batch.begin();
font.drawWrapped(batch, sampleTextPane.getText(), 0, viewHeight, viewWidth);
batch.end();
} else {
glClearColor(1, 1, 1, 1);
GL11.glClear(GL11.GL_COLOR_BUFFER_BIT);