Tuesday, December 9, 2008

Abstract

Notepad which is a wellknown applicaion of microsoft windows. The functionality of the notepad is coded in this project using java. The entire note pad is taken as a text area for the text to be written. Menu items such as 'file' 'edit' 'search' and 'help' are added which inturn provide various functionalities. For these functionalities to be accomplished various javax swing classes such as"undo" are imported. The applicaion accepts text input from key board, displays it on the the Mynote pad window and this can be saved into the computer as in the case of MS-note pad. The date and time can also be displayed by selecting the time/date option in the 'edit' menu. the user can search for the words or patterns using find option from the 'search ' menu. Thus the code accomplishes all the basic