Name of the Project: Notepad Lite
History: Notepad
is a simple text editor for Microsoft Windows. It has been included in
all versions of Microsoft Windows since Windows 1.0 in 1985. Notepad is a
common text-only (plain text) editor. The resulting files—typically
saved with the .txt extension—have no format tags or styles, making the
program suitable for editing system files that are to be used in a DOS
environment.
Background: When I first experience with the Linux I feel the absence of MS Notepad. I’m not comfort with GEdit.
Objective: Not everyone has MS Word or other word processing software, because we have to buy it.
Programming Language: JAVA
Objective: Not everyone has MS Word or other word processing software, because we have to buy it.
Programming Language: JAVA
Why Notepad in Java: As
we all know, Java is platform independent Language. It can run on any
Operating System which has JVM installed. Notepad of Windows is the
simplest Text Editor Till Now. Simplified and User Friendly Interface of
Notepad make it most reliable for any kind of basic Text Editing.
Application:
One can not use Windows notepad in other Operating System. So for
Simplify the use of Notepad of Windows in Other Operating System with
ease, The Notepad is developed in Java. This way, this popular tool of
windows can be run on any Operating System.