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
Post a Comment