Class Fetch

java.lang.Object
  extended by Fetch

public class Fetch
extends Object


Constructor Summary
Fetch()
           
 
Method Summary
static String fetch(String address)
           
static Image fetchimage(String address, Component c)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fetch

public Fetch()
Method Detail

fetch

public static String fetch(String address)
                    throws MalformedURLException,
                           IOException
Throws:
MalformedURLException
IOException

fetchimage

public static Image fetchimage(String address,
                               Component c)
                        throws MalformedURLException,
                               IOException
Throws:
MalformedURLException
IOException

main

public static void main(String[] args)
                 throws MalformedURLException,
                        IOException
Throws:
MalformedURLException
IOException