aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Adding JButton Array to a applet issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Adding JButton Array to a applet issue" Watch "Adding JButton Array to a applet issue" New topic
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
    
  15

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
    
    3

Moving to our GUIs forum.


luck, db
There are no new questions, but there may be new answers.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Adding JButton Array to a applet issue
 
Similar Threads
basic things with awt
Ohhhhh this has taken ALLLL DAY!
problem with handling the states of the events
Help needed with emoticons in a chat application
tictactoe help