user interface - What is the best method of showing a refreshing 7x7 tiled 'map' in a Java GUI? -


i'm making java gui game needs show map of area around player 7x7 'tiles' large. have tiles needed png images , can them application no problem. i'm unsure of best method of making map refreshed these tiles.

i planning on using loop inside loop print out series of jlabels image icons on them in 7x7 format. remove them , print new set every time map 'refreshes'.

however wanted know if there easier or better way of achieving this? or if idea.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -