Experts’ help in Java Graphics

Asked By 0 points N/A Posted on -
qa-featured

Hi. 

Out of boredom, I am planning to develop an application which involves a lot of images.

I am going to develop an Android application using Eclipse. 

We all know that the functions come in Java language and I'm not really good in Java.

I really need your help in working with Java using the images. 

Can you give me a tutorial on how to use Java graphics so I can start my application?

Thank you!

SHARE
Answered By 5 points N/A #167275

Experts’ help in Java Graphics

qa-featured

Hello, For developing android based project in java,you have to learn swing,Applet,AWT(Abstract Window Toolkit) and must have basic knowledge of java.

To use image in project from your hard drive you can follow the line below Icon addicon=new ImageIcon("add.png") Simply to draw a Polygon you can extends Applet superclass.

You also use JFrame to make java project. you also visit the link for tutorial:

Thanks.

Related Questions