Add a calculator "skin" UI to your calc project. ScientificCalculator can move to Release 2.0!!
Seth b78a7be389 four buttons working 6 år sedan
src four buttons working 6 år sedan
.gitignore added gitignore 6 år sedan
README.md buttons kind of work 6 år sedan
pom.xml first commit 6 år sedan

README.md

CalcSkin: Add a Calculator UI!

Add a calculator "skin" UI to your calc project.

ScientificCalculator can move to Release 2.0!!

Using the classes you had for the scientific calculator, add this JavaFX UI to the front of it.

Run this project to see what you're going to be working with.

The best way to integrate this skin class might just be adding the CalcSkin class to your project, and moving Console out of the way and wiring it up. CalcEngine is a "fails all tests" class, and you should use the one from your project anyway. See the MainApplication class to see how to call it from your main method.

Making a simple 4-function calculator should be trivial for you at this stage.

Then you might add a column of buttons that do the Memory functions. (What should you add to the UI to make this easier??)

Finally, work on adding the trig and log functions from the original lab.

Feel free to work in your original groups, get everyone up to speed on this!