|
@@ -28,6 +28,7 @@ public class CalcSkin extends Application {
|
28
|
28
|
};
|
29
|
29
|
|
30
|
30
|
private final Map<String, Button> accelerators = new HashMap<>();
|
|
31
|
+
|
31
|
32
|
private DoubleProperty previousValue = new SimpleDoubleProperty();
|
32
|
33
|
private DoubleProperty currentValue = new SimpleDoubleProperty();
|
33
|
34
|
private CalcEngine calcEngine = new CalcEngine();
|