Included Diffcalc commands to the API of diffutils, and adapted to latest version.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user