PDA

View Full Version : Java image drawing question


fnerg
11th November 2006, 12:29 AM
I'm trying to write a simple card game in Java for the Wizard (Cingular 8125), using the Intent Midlet Manager, and I'm having trouble drawing images and text to the screen. What works fine in the emulator doesn't work at all on the phone itself.

The Graphics.drawLine method works fine, I can use the stylus to draw lines all over the screen just fine, but text and images don't work at all.