Class Fetch
java.lang.Object
Fetch
public class Fetch
- extends Object
Constructor Summary |
Fetch()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fetch
public Fetch()
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