using drawOval and drawLine

Hello

I have this code in Java

gc.drawOval (10,10,50,50);
gc.drawLine (10 + 25 25 10 + 10 + 25, 10);

who's going to draw oval and draw a straight line in the oval. The original code is using canvas. I don't need to do anything fancy, just a screen that attract this oval and a line inside. I have no idea on how to achieve this on the bb.

How do I translate this into BlackBerry?

You can use "javax.microedition.lcdui.Graphics" or "net.rim.device.api.ui.Graphics", both will work. If that's all you need, then mark the thread as solved.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for