protected void doFillBackground(int height, int width, Graphics2D g) {
   g.setColor(myComponent.getBackground());
   g.fillRect(0, 0, width, height);
 }