Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Tic Tac Toe GUI jar file

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tic Tac Toe GUI jar file

    Can anybody get me a jar file for a java tic tac toe board that looks like this in the actual java interface game?
    O|O|O
    ------
    O|X|O
    ------
    X|X|X
    Its not an actual functioning game its just the board with the Os and Xs on it. I can't code in java for nothing.


  2. #2
    Member Kewish's Avatar
    Join Date
    Apr 2013
    Location
    Australia
    Posts
    116
    Thanks
    10
    Thanked 17 Times in 14 Posts

    Default Re: Tic Tac Toe GUI jar file

    Posting in the what's wrong with my code section with no code. Interesting.

  3. #3
    Member
    Join Date
    Sep 2013
    Posts
    70
    Thanks
    1
    Thanked 13 Times in 13 Posts

    Default Re: Tic Tac Toe GUI jar file

    It's not a functioning game? I was clicking the x's and o's for half an hour trying to get them to change!

    Well no one here is going to give you code. However we are more than willing to help you when you come across errors and get stuck. Since you know nothing I recommend you learn the following:

    Data types, Arrays, Methods, Objects, Swing, Action Listeners

    Just a few things to start off. I'd recommend making the game in a console format first so you learn the mechanics then turning it into a GUI format. It won't be much different in GUI but you will have to learn how to add action listeners to buttons and drawing components to your window.

Similar Threads

  1. Tic Tac Toe GUI applet help!
    By bulletsster in forum What's Wrong With My Code?
    Replies: 5
    Last Post: February 22nd, 2013, 09:24 PM
  2. Tic Tac Toe GUI applet help!
    By bulletsster in forum What's Wrong With My Code?
    Replies: 0
    Last Post: February 21st, 2013, 09:06 PM
  3. [SOLVED] Tic Tac Toe GUI program
    By TSPARR in forum AWT / Java Swing
    Replies: 10
    Last Post: May 7th, 2012, 07:09 PM
  4. Tic-Tac-Toe Help
    By coke32 in forum Object Oriented Programming
    Replies: 13
    Last Post: March 12th, 2012, 07:59 AM
  5. [SOLVED] Tic Toe java code exists when we enter 0 row and 0 column
    By big_c in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: May 13th, 2009, 07:16 AM

Tags for this Thread