View Single Post
Old 09-04-2008, 09:36 AM   #12
simon.hain
CrackBerry Addict
 
Join Date: Apr 2005
Location: hamburg, germany
Model: 8900
Carrier: o2
Posts: 838
Default

untested, by mreed over at the supportforums:
Code:
protected void paint( Graphics graphics ) {

    graphics.setBackgroundColor( 0xFF0000 );
    graphics.clear();

    // calling super.paint() will create the white background
    // so instead we will call subpaint() ourselves
    subpaint( graphics );
}
__________________
java developer, Devinto, hamburg/germany
Offline   Reply With Quote