Closedown

This commit is contained in:
sfop
2016-07-05 09:45:13 +02:00
parent 5d1dab9803
commit 3fbfc9144b
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
LaserGunAlignment.java=enabled
test2.java=disabled
GunSolenoidAlignment.java=enabled
GunSolenoidAlignment.java=disabled
test.java=disabled

View File

@@ -20,9 +20,9 @@ import java.util.logging.Level;
/**
*
*/
public class GunSolenoidAlignment extends Panel {
public class LaserGunAlignment extends Panel {
public GunSolenoidAlignment() {
public LaserGunAlignment() {
initComponents();
centroidPlot.setStyle(LinePlotJFree.Style.ErrorXY);
}