Search:

Type: Posts; User: Bebras

Search: Search took 0.21 seconds.

  1. Replies
    4
    Views
    1,357

    [SOLVED] Re: Image not loading

    Now I feel stupid... Ofcourse thankyou.
    But it seems the URL is different for different skins...
    So I'll have to load images from my pc. But this is an applet... Could you give me some info on how...
  2. Replies
    4
    Views
    1,357

    [SOLVED] Re: Image not loading

    No errors. And you were wrong, I didn't figure it out.


    import java.awt.Graphics2D;
    import java.awt.image.BufferedImage;
    import java.io.IOException;
    import java.net.URL;

    import...
  3. Replies
    4
    Views
    1,357

    [SOLVED] Image not loading

    Hello, I'm trying to load an image and display it as JLabels ImageIcon.
    This is from a method which loads it(the url is just fine)


    try {
    URL url = new...
Results 1 to 3 of 3