Search:

Type: Posts; User: thatni**a

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    5,717

    Re: Help with my game of life program

    I have writen the game of life algorithm but I just need to add the GUI. I've tryed to add the GUI using a JFrame but I get errors saying cannot find symbol errors.
    class TFrame
    extends JFrame
    {...
  2. Replies
    10
    Views
    5,717

    Re: Help with my game of life program

    Would anyone know I can incorporate a GUI into my program so that the gameoflife is shown/pops up in a separate window (as a GUI).

    Thanks for the help you've given me norm I appreciate it.
  3. Replies
    10
    Views
    5,717

    Re: Help with my game of life program

    The variables are use used to display the run() method but I not sure if is how to do it. (What I'm basically trying to with that command is to display my run() method using the show() method.
    They...
  4. Replies
    10
    Views
    5,717

    Re: Help with my game of life program

    Hi,
    Thanks for replying. Would I need to define them at the top of my program, where I have defined int[][] grid?
    (Might sound stupid that question above, but I am very new to Java)

    Thanks
    An...
  5. Replies
    10
    Views
    5,717

    Help with my game of life program

    I need help with my game of life program I have to write for an assignment. I need to create the game of life using an input called "testLab8.lif" and have the game of life run on a GUI. I have two...
Results 1 to 5 of 5