Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: Bouncing ball

    by Norm
    Replies
    6
    Views
    1,245

    [SOLVED] Re: Bouncing ball

    There are some missing import statements in the Color class. Look at what classes the compiler can not find definitions for, look in the API doc and find what package those classes are in and add an...
  2. Thread: Bouncing ball

    by Norm
    Replies
    6
    Views
    1,245

    [SOLVED] Re: Bouncing ball

    The three classes are ok.

    Have you executed the code? What is supposed to be changed? The ball bounces and deforms when I execute it.
  3. Thread: Bouncing ball

    by Norm
    Replies
    6
    Views
    1,245

    [SOLVED] Re: Bouncing ball

    The Circle class has lost the indentation of the nested statements.

    Is the "ground" the side at maximum y value? The bounces on the other three sides are normal.
Results 1 to 3 of 3