imageprocessing
Class ImageApplication

java.lang.Object
  extended byimageprocessing.ImageApplication

public class ImageApplication
extends Object

Start the image application by creating an ImageFrame. This version is a sample. You will need to modify it according to the names of your concrete classes.


Constructor Summary
ImageApplication()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageApplication

public ImageApplication()
Method Detail

main

public static void main(String[] args)