{
buffer = Image.createImage( getWidth(), height );
g = buffer.getGraphics();
}
g.setColor( background );
g.fillRect( 0, 0, getWidth(), height );
// g.setColor( 0x85B0C6 );
// g.fillRect( 0, 0, getWidth(), height );
// g.setColor( background );
// g.fillArc( 0, 0, getWidth(), height, 45, -45 );
g.setFont( font );