Search:

Type: Posts; User: GregBrannon

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    1,930

    Re: Displaying an hourglass 2

    I don't know it, but I found this tip that might be helpful:

    Cleaning-Up Indenting: jGrasp does not have a command that re-indents code, but you can trick it into doing so.
    Click on View+Generate...
  2. Replies
    10
    Views
    1,930

    Re: Displaying an hourglass 2

    There are one too many '{'s in the last drawTop() method, AND there are too many drawTop() methods. A single method called drawTop() can be called multiple times, but multiple methods called...
  3. Replies
    10
    Views
    1,930

    Re: Hour Glass

    Methods should be inside classes but NOT inside other methods. Check that the '{' and '}' match up correctly.

    I think Norm helped, but please don't make multiple posts for the same topic. ...
Results 1 to 3 of 3