Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,545

    Re: (Beginner) Need some help with display

    Think about how the program proceeds. The main method is entered, and you create a Board. Doing so calls the Board class constructor. When the constructor is called, it attempts to add a Board, which...
  2. Replies
    4
    Views
    1,545

    Re: (Beginner) Need some help with display

    Are you getting a compile time error, or a compile time warning? The message you posted is a warning, and the code should have compiled and class file generated based upon the code you posted (the...
Results 1 to 2 of 2