Class ImageViewer

java.lang.Object
  extended by ImageViewer

public class ImageViewer
extends java.lang.Object

ImageViewer is the main class of the image viewer application. It builds and displays the application GUI and initialises all other components. To start the application, create an object of this class.

Version:
3.0
Author:
Michael Kölling and David J. Barnes.

Constructor Summary
ImageViewer()
          Create an ImageViewer and display its GUI on screen.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageViewer

public ImageViewer()
Create an ImageViewer and display its GUI on screen.