Java Calculator
843854May 5 2004 — edited May 5 2004I am relatively new to Java programming and am in a Dilemma. I am trying to develop a Java Calculator GUI and I want to include a "memory" button. Any ideas on how I would implement it.
It needs to be able to store a record and when" memory total"(another button) is pressed it should add all the figures saved by the "Memory" button.
Thanks in advance for the help
Ed