Sei sulla pagina 1di 13

Text editor using java

In partial fulfillment of summer training for the award of


degree
Of
BACHELOR OF TECHNOLOGY IN

COMPUTER SCIENCE ENGINEERING

SAMALKHA GROUP OF INSTITUTIONS

Submitted by: Sparsh


Roll no.: 7417049
ACKNOWLEDGEMENT
• The satisfaction that accompanies that the successful
completion of any task would be incomplete without the
mention of the people whose ceaseless cooperation made it
possible, whose constant guidance and encouragement crown
all efforts with success.
I am grateful to my mentor Mr. Praveen for the guidance,
inspiration and constructive suggestion that helped me in the
preparation of this report.
I would like to thank all my friends for helping me in all
measure of life and for their guidance, cooperation and moral
support.
I would like to thank all the staff at Aryan Infosys for being so
helpful during this summer training.
DECLARATION

• I hereby declare that the project entitled “TEXT EDITOR”


submitted from ”summer training report” to Samalkha group
of institutions is a record of an original work done by me
under the guidance of Mr. Praveen ,Technical Head ,Aryan
Infosys.
TABLE OF CONTENTS

• Introduction
• Proposed system
• Description
• System requirement
• System design
• Source code
• Future scope of project
• References
INTRODUCTION

• This application “Text Editor for JAVA “is developed using


JAVA. It is basically an editor with some additional options.
This editor is designed in such a way to fulfill the complete
needs of the java Integrated Development Environment or
java development using SUN JDK under windows98 and
above, Compilation and execution can be done in command
prompt only.
PROPOSED SYSTEM

• DESCRIPTION:-

• The main motive of developing this system is to provide Java
Developer with a conducive environment to develop Java
programs. To provide an interactive environment for editing,
compiling and executing Java programs. To reduce the time
the web users take to switch over to browsers, editors and
search engines.
MAJOR MODULES
DESCRIPTION:-

• This editor is used to write any java program easily. It is helpful to
compile and run the Java program in the same window. This JPDK
has two-text area. One is used for the code development and the
order for debugging. The following are the menus in the JPDK:
• File
• Edit
• Search
• Format
• Run
• Window
• Help
Brief introduction
• File Menu: - The file menu deals with file handling and it consists of the
following menu items.
• New: -To open a new file. When this menu item is clicked a new file with
the name “untitled” is opened.
• Open: -To open the existing files. When this menu item is clicked the
open dialog box is displayed which provides facility of choosing any file
and when a file is selected its content gets displayed in the Text area.
• Save: - To save the current file. If one wants to save the untitled file,
the save dialog box gets displayed. If the file is an existing file then the
Dialog box does not appear. The contents of the file are just updated.
• Save As: -To save the existing file with a new name. When the save as
menu item is clicked a save as dialog box is opened and we can save the
file with the new name.
• Close: - To close the file that has been opened.
• Quit: - To exit from the application. When this menu item is clicked the
exit operation takes place.

Edit Menu: - The Edit menu deals with editing operations and it consists of the
following menu items.

Undo: - Repeat Last action.


Clear: - Clears the screen by deleting the contents of the text area.
Cut: - To copy the selected text to the buffer and delete from the existing area.
Copy: - To copy the selected text to the buffer.
Paste: - To paste the copied text or the text that was cut wherever needed.
Select all: - To select all the text in the text area for editing operations.

Search Menu: - This menu item is used to handle the search operations.

Find: -To search a particular word throughout the file.


Find Next: - Find Next search for the next location of the word previously
searched using the find option.
Format: -The Format menu provides customized setting to the user. It has two
sub menus as FONT and COLOR.
Hardware Requirements:-

• Processor: Celeron 400MHz clock speed


• Hard Disk: 1GB
• RAM: 64MB
Software Requirements:-

Java Development Toolkit 1.2 with


• Swings
• Java Compiler
• Java Interpreter
• Applet viewer.
FUTURE SCOPE

• Our project will be able to implement in future after making


some changes and modification as we make our project at a
very low level, just helping to give some basic idea about
coding and also creating interest in coding field . So the
modification that can be done in my project is it can be
upgraded with an interactive Gui which help a lot to the new
user.
THANK YOU

Potrebbero piacerti anche