posted 18 years ago
Hello!
In regular java.awt.Graphics there is an method like:
public abstract boolean drawImage(Image img,
int x,
int y,
int width,
int height,
Color bgcolor,
ImageObserver observer)
But in javax.microedition.lcdui.Graphics there is just this method:
public void drawImage(Image img,
int x,
int y,
int anchor)
In my app I need to use the first method, do you guys have any solution for this?
Best regards
Fredrik
Best regards<br />Fredrik