Пример #1
0
 @Override
 protected void draw(Graphics2D g, int x, int y) {
   sprite.draw(g, x, y);
   super.draw(g, x, y);
 }