Tutorial/HowTo for Java JFrame image map
843807Oct 1 2009 — edited Oct 7 2009I am a first semester Java student and am required to program a very simple game. I want to paint a Super Mario theme using 30x30 pixel blocks. I have been going through tutorials for a few days on displaying gif/jpg/png within a jframe and all use different methods. Does anyone know of a tutorial that focuses on building a jframe that is filled by a 2d array, each array element being a png?
I am new to JFrames having spent most my time with console/text only programming.