Refresh Array of JButtons
Hey everyone,
I am writing a game where I need to have an initial array of JButtons displayed in a window(which I have) and then, for some of the Buttons, attach a picture. I know how to do all of this, but how do I refresh the window to show this new array of JButtons that now has pictures on some of the buttons. Thanks for the help!

