Search:

Type: Posts; User: jim829

Search: Search took 0.22 seconds.

  1. Replies
    5
    Views
    882

    [SOLVED] Re: Dialog Bug in java

    If there is no commonality between the games then there is no need to force it. Just write the code required for each game. You can write some shared methods in a class and make then static. For...
  2. Replies
    5
    Views
    882

    [SOLVED] Re: Dialog Bug in java

    Why is your Snakes class extending the Game class? I thought Game was tic-tac-toe. Normally, Game would only contain code that is common to ALL games. Then you would have a TicTacToe class, Snake...
  3. Replies
    5
    Views
    882

    [SOLVED] Re: Dialog Bug in java

    It may be throwing an exception in the rePrint() method. But since you commented out the print statement, nothing is shown so it may quit quietly. Also, you don't need to create a frame for the...
Results 1 to 3 of 3