The problem seem to only occur when you use a mutable image for offscreen-drawing...
Example:
Image buffer = Image.createImage(width,height);
Graphics g = buffer.getGraphics();...
Type: Posts; User: a_fernstrom; Keyword(s):
The problem seem to only occur when you use a mutable image for offscreen-drawing...
Example:
Image buffer = Image.createImage(width,height);
Graphics g = buffer.getGraphics();...
I've got the same problem.
All strings are painted in black when running my application
in a series 60 phone. All my other graphics are rendered in
the correct color.
If you have solved the...