|
@@ -1,16 +1,16 @@
|
1
|
1
|
# CalcSkin: Add a Calculator UI!
|
2
|
|
-
|
|
2
|
+.
|
3
|
3
|
Add a calculator "skin" UI to your calc project.
|
4
|
4
|
|
5
|
5
|
_ScientificCalculator_ can move to Release 2.0!!
|
6
|
6
|
|
7
|
|
-Using the classes you had for the scientific calculator,
|
|
7
|
+Using the classes you had for the scientific calculator,
|
8
|
8
|
add this JavaFX UI to the front of it.
|
9
|
9
|
|
10
|
10
|
Run this project to see what you're going to be working with.
|
11
|
11
|
|
12
|
|
-The best way to integrate this skin class might just be adding the __CalcSkin__
|
13
|
|
-class to your project, and moving Console
|
|
12
|
+The best way to integrate this skin class might just be adding the __CalcSkin__
|
|
13
|
+class to your project, and moving Console
|
14
|
14
|
out of the way and wiring it up.
|
15
|
15
|
CalcEngine is a "fails all tests" class, and you should use the one from your project anyway.
|
16
|
16
|
See the MainApplication class to see how to call it from your __main__ method.
|
|
@@ -26,4 +26,3 @@ Then you might add a column of buttons that do the Memory functions.
|
26
|
26
|
Finally, work on adding the trig and log functions from the original lab.
|
27
|
27
|
|
28
|
28
|
Feel free to work in your original groups, get everyone up to speed on this!
|
29
|
|
-
|