This commit is contained in:
gac-S_Changer
2019-02-05 15:54:50 +01:00
parent 872eb21eb4
commit 3359ffce53
4 changed files with 70 additions and 9 deletions

View File

@@ -105,6 +105,7 @@ public class Controller {
public static final int NUMBER_OF_PUCKS = 30;
private Controller(Panel mainFrame) {
System.setProperty(GenericDevice.PROPERTY_CONFIG_PATH, Context.getInstance().getSetup().getDevicesPath());
basePlate = new BasePlate();
puckState = new PuckState[NUMBER_OF_PUCKS];
for (int i = 0; i < NUMBER_OF_PUCKS; i++) {