Graphics2D g = js.getGraphics();
g.setColor( new Color( 0, 100, 0, 200 ) );
g.drawRect( 0, 0, js.getSize()[ 0 ].getWidth(), js.getSize()[ 0 ].getHeight() );
g.dispose();
}*/
go.draw( JavaWindow.getGraphics2D(), delta );
}
tree.drawTree( JavaWindow.getGraphics2D() );
theWindow.update();