Graphics

Hello!
I have everything about my game down except graphics. So I would like to know an effective way to implement them.
I don’t want you use anything fancy like lwjgl so please just natural to Java.

Thanks,
Red_dino

What is it exactly that you want to implement?
Just plain .png images?

If all you want is something built in to java, you’re effectively down to one choice:

http://www.apl.jhu.edu/~hall/java/Java2D-Tutorial.html

To elaborate, I want to draw images into a JFrame or JPanel.

edit: is there not a way to delete mistaken posts?

There should be a delete button on the right side of the post.

@OP
You should read the Java2D tutorials to help you get started into learning graphics :slight_smile: