Skip to content

SteffonWilliams/Intro-to-Java-FX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages