I am creating a simple tic tac toe game and when I try to add a JButton array to the
applet it displays nothing, so I have for now went to displaying the buttons one at a time. My code as it stands now is as follows:
the code I tried to use to add a JButton array was like this(I used something like this for checkboxes in another program):
using the above my applet comes up blank..doing it the way at the top..it shows fine.