hey guys (norm) it's me again :D
i have some questions about Images. Im nearly at the end of my JumpNRun Editor, but some Stuff is still missing: the Ares to paint them.
herefor i have some layers, which are a 2D Array of BufferedImages.
these layers show these images on top of each other.
so i have a ArrayList with layers, who contain a 2D array of BufferedImages.
now my questions:
1) how can i make the layers show their images? (i cant find a good tutorial...)
a code would be usefull, where 1 BufferedImage is added to Frame so it gets shown.
2) If i draw these layers one after another, the first one should be at the bottom, and the last one on top of all right?
can i change this order too? is there a command to say - the 3. layer?
thx already
-Coold0wn

