Included Diffcalc commands to the API of diffutils, and adapted to latest version.

This commit is contained in:
2019-02-14 14:20:17 +01:00
parent e460afd04f
commit eaec82dd86
12 changed files with 435 additions and 603 deletions

View File

@@ -46,6 +46,7 @@ public class Controller {
static Controller instance;
final BasePlate basePlate;
final RoomTemperatureBasePlate roomTemperatureBasePlate;
final /*Panel*/ MainPanel mainFrame;
Device hexiposi;
Device barcode_reader;
@@ -116,6 +117,8 @@ public class Controller {
clearPuckStates();
basePlate.addListener(basePlateListener);
roomTemperatureBasePlate = new RoomTemperatureBasePlate();
}
final DeviceListener basePlateListener = new DeviceAdapter() {