t3.hrd.util
Class RunCalibrate

java.lang.Object
  extended by t3.hrd.util.RunCalibrate

public class RunCalibrate
extends java.lang.Object

Utility which loads a properties file, allows you to calibrate the display, test the alignment and save it back to the same properties file.

The properties file must be set up correctly before hand but with any values in the DESKcalibPoints fields. Calibration takes place using pointInputDevice 0 in the properties file.

The first argument should be the name of the properties file.

Author:
pjt40

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

Constructor Detail

RunCalibrate

public RunCalibrate()
Method Detail

main

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