Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    13
    Views
    1,662

    Re: Problems With Image Loading and Extended Objects

    Glad you found it.

    Try not to use so many static variables also.
  2. Replies
    13
    Views
    1,662

    Re: Problems With Image Loading and Extended Objects

    That says there are two variables with the same name that have different contents in different parts of the objects.
  3. Replies
    13
    Views
    1,662

    Re: Problems With Image Loading and Extended Objects

    One problem I see is the use of static variables.

    Try debugging the code by adding some println statements to show the values of the variables that are used.
  4. Replies
    13
    Views
    1,662

    Re: Problems With Image Loading and Extended Objects

    Describe what you see when the code is executed and what you want to change about the way it executes.


    I changed the image names to images I have.
    Now I get a bunch of displays of one of images...
  5. Replies
    13
    Views
    1,662

    Re: Problems With Image Loading and Extended Objects

    Can you make a small, simple program that compiles, executes and shows the problem.

    If what has been posted does not show the problem, why was it posted?
  6. Replies
    13
    Views
    1,662

    Re: Problems With Image Loading and Extended Objects

    When I execute the code, I get a frame with a black section in the upper left????
  7. Replies
    13
    Views
    1,662

    Re: Problems With Image Loading and Extended Objects

    Where is the driver? A class with a main() method.
Results 1 to 7 of 7