Search:

Type: Posts; User: Zeek

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,297

    Re: Usig Images from the web in Java

    Thanks guys it was the URL. I finished the program using some other URL.
  2. Replies
    6
    Views
    2,297

    Re: Usig Images from the web in Java

    Well no I don't get any error message. It runs perfectly but the output is not as expected. It is as if I just created a window with them message hello in it, and ignored the image. Its kinda weird...
  3. Replies
    6
    Views
    2,297

    Usig Images from the web in Java

    Hi guys I'm having problems getting this little program to function properly.

    import java.net.URL;
    import javax.swing.ImageIcon;
    import javax.swing.JOptionPane;
    public class Test
    {...
Results 1 to 3 of 3