g.setAntiAlias(true);
Iterator<RoboterComponent> it = this.roboterComponents.iterator();
while (it.hasNext()) {
RoboterComponent rc = it.next();
rc.render(gc, g);
}
Iterator<LightBulbComponent> it2 = this.lightBulbComponents.iterator();
while (it2.hasNext()) {
LightBulbComponent lbc = it2.next();