Saturday, July 3, 2010

Java program/code for Calculator, Clock and Notepad

As I learnt Java, these were some of the very first programs written by me. I thought of sharing this with other Java coding enthusiasts...

Here is the link to a simple Calculator Java program/code.
Calc.java

An analog clock Java program/code, that changes its face once every 5 seconds.
Clock.rar
Clock.zip

A Java program/code that mimicks the simple Notepad text editor, available on windows.
Notepad.rar
Notepad.zip


Hope you find this useful.