Add a calculator "skin" UI to your calc project. ScientificCalculator can move to Release 2.0!!
Lauren Green d5ad662a2e commit 6 lat temu
src Operations added 6 lat temu
.gitignore added gitignore 6 lat temu
README.md commit 6 lat temu
pom.xml first commit 6 lat temu

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.

BUT, how about adding a column of buttons for x-squared, square-root, inverse (1/x), and exponent (x^y).

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!