Java

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 13

Micro Project Title Name

Notepad using AWT


or Swing
Presented By:-
 Shele Aarti
 Pardeshi Vaishnavi
Subject Teacher:-
 P.G.Aher sir
Content
Aim
Abstract
Introduction
Use of Notepad
Source code for Notepad
Output
Conclusion
Reference
AIM of Project
Notepad is a text editor, i.e., an app
specialized in editing plain text. It
can edit text files (bearing the ". txt"
filename extension) and compatible
formats, such as batch files, INI files,
and log files. Notepad can read and
write plain texts encoded in ASCII,
UTF-8, and UTF-16.
Abstract
This application is a text editor in JAVA. This
text editor developed in a JAVA platform is a
replication of the word editors we all are
familiar with and which we use quite often on
a daily basis. The only difference being that,
this editor has been created using JAVA for
the front-end interface. The text edited in the
editor is stored in the desired location.
Introduction
Notepad is a basic text editor that you can use
to create simple documents. It hasn’t really
changed much even though all other standard
Windows tools were upgraded with each new
version. The most common use for Notepad is
to view or edit text(.txt) files, but many users
find Notepad a simple tool for creating Web
pages.
Use of Notepad
1. Creating a File
2. Editing and Formatting
3. Learning Shortcuts

Creating a File
Open Notepad.
Explore the Notepad user interface.
Open the File Menu.
Format your page Setup.
Editing and Formatting
Become familiar with the “Edit” tab on the menu bar.
Enable Word Wrap.
Adjust your font.
Use the “View” pull down from the menu bar.
Start typing.
Save your document.
Print your finished document.
Learning Shortcuts
Use the "Escape" key.
Navigate to another window.
Toggle your output window. 
Learn more shortcuts. 
Code
Conclusion
Here we conclude our lines of our mini project on the
topic ‘Notepad’ with the extreme satisfaction and
contentment. This report consists brief definition of
Notepad together with its features and functions.
Added to this, this report contains the basic
description to create, edit, save, delete and exit from
file through JAVA program. It is user friendly, which
can be used by the user to perform desired operations.
It also includes practical implementation of text editors
through complex JAVA program.
Reference
https://www.google.com

You might also like