Search:

Type: Posts; User: javapenguin

Search: Search took 0.09 seconds.

  1. Re: Can't figure out why my image isn't showing up!!

    Not familiar with image drawing, but what is this code doing:

    b.drawImage(player.getImage(),100,100,null);
    b.dispose();

    What are you disposing?
  2. Re: Can't figure out why my image isn't showing up!!

    It could be because you never put the image in the same directory as your java code.
Results 1 to 2 of 2