aspose file tools
The moose likes Applets and the fly likes problem drawing TicTacToe Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "problem drawing TicTacToe" Watch "problem drawing TicTacToe" New topic
Author

problem drawing TicTacToe

Jorge Vazquez
Greenhorn

Joined: Nov 04, 2012
Posts: 7
guys, I'm trying to implement a TicTacToe game, but so far I've been unable to draw the gid.... any help appreciated


Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
possibly, this line
public void TicTacToe() {

should be
public void init() {
Jorge Vazquez
Greenhorn

Joined: Nov 04, 2012
Posts: 7
Michael Dunn wrote:possibly, this line
public void TicTacToe() {

should be
public void init() {


Thanks for the help... it works now
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: problem drawing TicTacToe
 
Similar Threads
Game Tutorials -->> TicTacToe
TicTacToe Game
TicTacToe Game..
TicTacToe game
modifying a tic tac toe game