| Author |
Adding JButton Array to a applet issue
|
john-paul York
Greenhorn
Joined: Feb 15, 2011
Posts: 16
|
|
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.
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2925
|
|
|
Are you adding the gamePanel to the Applet in the second case (using the JButton array). I dont see how these two are behaving different.
|
Mohamed Sanaulla | My Blog
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4163
|
|
|
Moving to our GUIs forum.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: Adding JButton Array to a applet issue
|
|
|