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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -