org.opensourcephysics.sip.ch08
Class FilesApp

java.lang.Object
  extended by org.opensourcephysics.controls.AbstractCalculation
      extended by org.opensourcephysics.sip.ch08.FilesApp
All Implemented Interfaces:
Calculation

public class FilesApp
extends AbstractCalculation


Field Summary
 
Fields inherited from class org.opensourcephysics.controls.AbstractCalculation
control, decimalFormat, mainFrame
 
Constructor Summary
FilesApp()
           
 
Method Summary
 void calculate()
          Does the calculation.
static void main(java.lang.String[] args)
           
 void readFile()
           
 
Methods inherited from class org.opensourcephysics.controls.AbstractCalculation
addChildFrame, clearChildFrames, getChildFrames, getLoader, getMainFrame, getOSPApp, reset, resetCalculation, setControl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilesApp

public FilesApp()
Method Detail

calculate

public void calculate()
Description copied from class: AbstractCalculation
Does the calculation.

Specified by:
calculate in interface Calculation
Specified by:
calculate in class AbstractCalculation

main

public static void main(java.lang.String[] args)

readFile

public void readFile()