EvilZone

Programming and Scripting => Java => : makhan October 20, 2015, 11:09:21 AM

: Simple JavaFX Calculator
: makhan October 20, 2015, 11:09:21 AM
// Possible enhancements you can do:
//               Check for zero before division.
//               Additional operations: mod, square root, sign change, ...
//               Make this work with doubles, BigInteger, or ...
//               Format double results with DecimalFormat
//               Add keyboard listener.
//             Change to RPN (Reverse Polish Notation)
//            How would you communicate an error to the caller? Ans: Exceptions.
//           about the change (except perhaps to add a "." for floating-point input).
: Re: Simple JavaFX Calculator
: Handsome Jack October 30, 2015, 07:47:30 PM
Are you looking for input or some type of help with you code?  I would be glad to help but I don't understand what you want by your post.