Search This Blog

Wednesday, 27 July 2016

Typing Speed Calculator Application in Java using Applet

This application calculates your typing speed. A text is shown and the amount of text you can copy in 1 minute determines your typing speed.

This application is unique as instead of using the traditional methods of using threads in applets, I have used the concept of inner classes. There are two inner classes in the main class. One class called SetFrame class extends from Frame class and the other class called Timer class extends from thread class. As the name suggests, SetFrame class creates the applet and the Timer class displays the time left.   

View Source Code
Download class file

Some screen shots of the application are given below.





No comments:

Post a Comment