jview
Class JImageComponent.Display

java.lang.Object
  extended by jview.JImageComponent.Display
Enclosing class:
JImageComponent

public static final class JImageComponent.Display
extends Object

Test the functionality. Basic test, retrieve a fits image and displays it.


Constructor Summary
JImageComponent.Display()
           
 
Method Summary
static void main(String[] arg)
          Reads an image from the first command line argument and displays it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JImageComponent.Display

public JImageComponent.Display()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
Reads an image from the first command line argument and displays it.

Throws:
Exception