How to show Image in desktop

I'm Newbies!! I'm try to build adventure game.

I have some problem plz help me.



I don't know how to show 2D image in desktop.  :smiley:

There are a lot of potential ways to do it.  Depending on what you mean, you could load the image as a texture onto a quad and display that via the ortho queue, or use a JMEDesktop and display it using swing.  Swing will be slower, however it does give you more options.

:smiley: thank you i will try to use it.