java.lang.ObjectImageViewer
public class ImageViewer
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.
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 |
---|
public ImageViewer()