Class EVCK_GUI

java.lang.Object
  extended byEVCK_GUI

public class EVCK_GUI
extends java.lang.Object

A simple Graphic User Interface for the EVCK. Provide frames with the encoding resulting images. Optionally, it can shows the decryotion result.


Constructor Summary
EVCK_GUI(java.awt.image.BufferedImage[] ims, boolean showresult)
          Constructs the GUI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EVCK_GUI

public EVCK_GUI(java.awt.image.BufferedImage[] ims,
                boolean showresult)
Constructs the GUI.

Parameters:
ims - share images array
showresult - if true shows also a frame with the resulting image.