Search:

Type: Posts; User: JavaSquared

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Can't Import AWT Image into custom JPanel

    Thanks for the help.
    After I added the exceptions etc. it at least compiled... but didn't paint anything.
    So I did a little more hunting and found this...


    Image i =...
  2. [SOLVED] Re: Can't Import AWT Image into custom JPanel

    Thanks for the help, however, I am getting a type mismatch error.
    Its telling me that the getClass().getResource() is returning a URL and not an image.
    I figure now is a good time to share code. (I...
  3. [SOLVED] Can't Import AWT Image into custom JPanel

    Hello, I'm a beginning Java programmer and I am having a little trouble importing images into a GUI.

    I am working on a Blackjack game which utilizes a GUI. I want to paint images of cards, words...
Results 1 to 3 of 3