M255 Java Calculator
M255 Java Calculator
Having completed the Open University course M255 I decided I wanted to put my new found knowledge to use. I needed a project, and wanted to learn about how user interfaces are programmed in Java.
A Calculator seemed like a good project, but I set myself a few restrictions, they were;
- Not allowed to use an ‘Integrated Development Environment’, I used the VI text editor instead.
- Use compiler (javac) and Java Virtual Machine (java) to run it from the command line.
- Not allowed to look at how other people had programmed a calculator
- The only source of help was my knowledge of Java from M255, and, The Java Tutorials at the Sun website.
One of the reasons for putting the details of the project on the web was to show others what can be achieved after completing M255, and to welcome feedback from people, including experienced developers.

Source and Design
This project has been split into phases to make development more manageable within the limited time I have. Initialy I wanted to create a user interface that responded to all the events I needed and then make it work like a calculator. What surprised me was that it only took an hour and a half to create the user interface, being that I am no expert means I have probably not implemented it as well as I could have, but thats why ive signed up for M257.
| Version | Description | Classes |
|---|---|---|
| v1.0 29th October 2006 |
Original version with basic calculator features | Calculator Calculation |
Future enhancements
As anyone working in software development knows, programs always evolve, and the Calculator is no different, I see the code/implementation changing as I receive comments from more experienced Java developers, and to add the following;
- Convert into an Applet so people can see the Calculator on the web without having to download it and run it locally.
- Add support for keyboard use, at present this is purely mouse driven.
- Nested brackets
- Improve the layout of the interface, it could look better.
- Add other scientific functions, maybe even graphs as I get really adventurous.
- … and more as either I think of them or people suggest them.
Warning!
As I am no expert on Java or Java user interfaces I obviously have no idea if there is a better way of achieving what I want, or for that matter if I have committed any sins in the code I have created; however, I hope this project evolves and can become a case study tracing the evolution of the calculator from the original source (v1.0) through it’s evolution into a more show case calculator program.
This is a purely educational project; I don’t see this being of any real use to any one other than to learn from.
August 5th, 2009 at 13:10
Hi,
i have been searching the Web for information about M255, and found your Website.
I see that you have passed M255, and i am wishing to study M255 this year with the OU and it will be very nice from you if you could answer my following question:
I know that M255 ends with Examination; Can you tell me some details about this Exam? Is it computer based exam or just Paper/Pen? If it is Paper-based, then it will be some kind of strange to me, because i can not imagine that somebody will ask me to write a Program on Paper( without PC, IDE…. ).
Was there any multiple-choice question, or you have to write everything from scratch?
I will be very happy if you can provide me just with one sample question.
Thanks.