AppGetImageExample -- fetching and displaying an image from within a stand-alone application.
To see this example in action:
  1. Compile the Java source file, AppGetImageExample.java:
    	javac AppGetImageExample.java
    
  2. Run the class:
    	java AppGetImageExample image-url
    

The source.