Search:

Type: Posts; User: Gravity Games

Search: Search took 0.14 seconds.

  1. Re: Problems With Image Loading and Extended Objects

    *trys commenting out the declaration of the ImageIcons in the Ground object* ...wow I feel stupid...

    Well it works now, thanks a lot for being so patient!
  2. Re: Problems With Image Loading and Extended Objects

    When I put a println in the Ground object, it says the value is the second image, however, in the Level.paintComponent method, it says the object in the array has it set to the first image.
  3. Re: Problems With Image Loading and Extended Objects

    Well, what I see is the first image, as well as the black rectangle in the top left. What I should be seeing is the SECOND image in the top left, as well as the black rectangle. I'm trying to...
  4. Re: Problems With Image Loading and Extended Objects

    It will show the problem, its just that the images weren't included. If you put images in the main folder of the .jar with those names, it should show you what I'm talking about...
  5. Re: Problems With Image Loading and Extended Objects

    Yeah, that was testing to make sure that the paintComponent method in the Level class was being called properly. That's not the problem though, the problem is with the Immobileobject and Ground...
  6. Re: Problems With Image Loading and Extended Objects

    Here:

    package gravitygamesinteractive.scorpioengine.main;


    import javax.swing.*;
    import java.awt.*;

    public class Frame{
    private static final long serialVersionUID=1L;
  7. Problems With Image Loading and Extended Objects

    I've been having a bit of trouble with drawing graphics for an object that extends another object. For whatever reason, the graphics are being shown for the original object, instead of being...
Results 1 to 7 of 7