public void render(Graphics2D g, int x, int y){ g.drawString("" + this.getClass().getSimpleName() + ": " + activate(),x,y); }