All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----tw.edu.ncnu.im.cnclab.UI.GenericDialog
|
+----tw.edu.ncnu.im.cnclab.Algor.UI.ResultDialog
ResultDialog class define the dialog of show result of algorithm
public static final int LINE_CHART
public static final int SHOW_RESULT
public static final int SHOW_RAW
public ResultDialog(Frame fr)
protected void setCentralPanel()
Override this method to put custom components.
public void showDataLine(long data[])
public void setData(long rawData[][],
long result[][])
public void actionPerformed(ActionEvent event)
All Packages Class Hierarchy This Package Previous Next Index