@Override
 protected void paintFigure(Graphics graphics) {
   super.paintBorder(graphics);
   super.paintFigure(graphics);
 }