Search:

Type: Posts; User: Toni

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    865

    [SOLVED] Re: Dialog Bug in java

    Yes you totally right, that is where I am failing. I cannot make a game logic common to all 3 games, because TicTacToe has a draw, snakes and ladder there is only one winner. so I thought I make a...
  2. Replies
    5
    Views
    865

    [SOLVED] Re: Dialog Bug in java

    I changed to null and uncommented to see if I am getting an exception, but nothing still the same thing. I click and it keeps popping up again asking me to choose an option.

    Seems like there is a...
  3. Replies
    5
    Views
    865

    [SOLVED] Dialog Bug in java

    Hello All.

    I am building few games in java and i am currently facing a problem in the game of "Snakes and ladders", the game works fine, however, when the winner riches 100 I have a dialogue...
  4. [SOLVED] View Post

    I switched the method from public to protected and somehow the warning disappeared, doesn't really make sense but its gone so I guess that's fine.
    I am using IntelliJ IDE.

    Thanks a lot for your...
  5. [SOLVED] View Post

    Hello Jim,

    I am really sorry about that, I am kinda new here.

    The warring is:

    Method 'checkWin' is too complex to analyze by data flow algorithm.


    The method is based on the game Tic...
  6. [SOLVED] View Post

    I am building a game of tic tac toe and I am getting this warning on my method.
    The code is kinda complex and repeating an if statement, I do not know if there is a way around this warning. any kind...
  7. Passing reference to multiple classes in java

    Hello,

    I am a beginner in java programming basically, I am trying to make my code object-oriented. I have a set of 3 games in which all of them have players, frame, board, buttons etc. what I want...
Results 1 to 7 of 7