Search:

Type: Posts; User: dcwang3

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    2,867

    Re: Problem with getWidth() and getHeight()

    yeah my program compiles fine...

    the add()'s within the HangmanCanvas class are how I add the graphic objects to the screen. So every time a user inputs the a letter that is not in the "secret"...
  2. Replies
    6
    Views
    2,867

    Re: Problem with getWidth() and getHeight()

    anyone can help me out?
  3. Replies
    6
    Views
    2,867

    Re: Problem with getWidth() and getHeight()

    I'm not quite sure I understand what you mean.

    I created a new variable hangCanvas of class HangmanCanvas and added(hangCanvas), which are inside the init method of the hangman class...Then in the...
  4. Instance Variables and local variables difference

    I have a question about instance variables and local variables...

    When you have an instance variable defined outside of every method but inside a class (say variable named "X"), and you create a...
  5. Replies
    6
    Views
    2,867

    Problem with getWidth() and getHeight()

    I am taking a java course and I have an assignment of creating the hangman game with involves a console and gcanvas class. THe console part works, but I am having a problem with the gcanvas...
Results 1 to 5 of 5