Hey guys
I'm using JLayeredPane because i want three distinct layers in my program. terrain, buildings and then characters.
I thought that JLayeredPane was easily the best choice for this context. The problem is, I have only seen people *adding* components to their layers. I need to do my own painting, but I don't know how to specify which layer i want to paint to.
Something I just thought of now was perhaps getting the graphics context for a specific frame and painting to that? How would i do that?