0% found this document useful (0 votes)
18 views12 pages

AJP Microproject

This document describes a student microproject on developing a simple text editor application in Java Swing. It includes an introduction describing what a text editor is, the program code to create the text editor with a JTextArea, JMenuBar and menu items, output screenshots, and references.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views12 pages

AJP Microproject

This document describes a student microproject on developing a simple text editor application in Java Swing. It includes an introduction describing what a text editor is, the program code to create the text editor with a JTextArea, JMenuBar and menu items, output screenshots, and references.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

GOVERNMENT POLYTECHNIC,

NANDED
Information Technology
DepartmentAcademic year: 2023-
24

Microproject on

TEXT-EDITOR
Program Name: Information Technology
Program Code: IF5I
Course Name: Advanced Java Programming

Code: 22517

Name of Students Guided By


1. Kunal Kande S.G.Munde

1|P a ge
MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION

Certificate

This is to certify that Mr. KANDE KUNAL GOVIND Roll No. 1546 of 5th
Semester of Diploma in Information technology of Institute,
GOVERNMENT POLYTECHNIC, NANDED (0020) has completed the
Micro Project satisfactorily in Subject- AJP for the academic year
2023-24 as prescribed in the curriculum.

Place : Nanded
Date :
Exam Seat No.: 358152

Subject Teacher Head of the Department Principal

S.G. Munde Prof.S.N.Dhole Dr.N.L.Janrao

2|P a ge
ANEEXURE l
Evaluation Sheet for the Micro Project
Academic Year: 2023-24. Name of the Faculty: S.G. Munde
Course: AJP Course Code: 22517 Semester: V
Title of the Project: TEXT-EDITOR

Cos address by Micro Project:


A: Develops programs using GUI Framework(AWT & Swing).
B: Handle events of AWT and Swing components.
C: Develop programs to handle events in Java programming.

Major learning outcomes achieved by the students by doing the project.

(A)Practical outcome:
1) WAP to demonstrate use of components like
Label,TextField,TextArea,Button,Checkbox,RadioButton.
2)WAP to design a form using the components List and Choice .

(B) Unit outcomes in Cognitive domain.


1) Develop GUI programs using AWT components for given problem.
2) Create Frame window with specified AWT components.
3) Develop GUI programs using AWT components for given problem.
4) Use delegation event model to develop event driven program for the given problem

Comment /suggestions about team work/leadership/inter-personal communication


(if any)
………………………………………………………………………………………………

Roll Student Name Marks out of 6 for Marks out of 4 for Total out
No. performance in group performance in of 10
activity oral/presentation
(D5 Col.8) (D5 Col.9)

1546 KANDE KUNAL

(Signature of Faculty)

3|P a ge
WEEKLY PROGRESS REPORT
TITLE OF THE MICRO PROJECT:-
“ TEXT -EDITOR”
WEEK ACTIVITY PERFORMED DATE SIGN OF
GUIDE

1st Discussion and finalization of Topic


2ND Discussion and finalization of Topic
3RD Preparation and submission of Abstract
4TH Literature Review
5TH Collection of Data
6TH Collection of Data
7TH Collection of Data
8TH Collection of Data
9TH Discussion and Outline of Content
10TH Formulation of Content
11TH Editing and 1st proof Reading of Content
12TH Editing and 2nd proof Reading of Content
13TH Compilation of Report and Presentation
14TH Seminar
15TH Viva-voce
16TH Final submission of Micro project

Sign of the Students Sign of the Faculty

1546-

4|P a ge
CONTENTS

Sr. Title Page No.


No.
1 INTRODUCTION 06
2 PROGRAM 07 to 10
3 OUTPUT 11
4 REFERENCES & SOURCE USED 12

5|P a ge
INTRODUCTION

A text editor is a computer program that allows users to


create, change, edit, open, and view plain text files. They are
often used to: Craft complex code for websites, Read, create,
and edit source code & Build text filesA text editor is a tool
that allows a user to create and revise documents in a
computer. Though this task can be carried out in other
modes, the word text editor commonly refers to the tool that
does this interactively

To create a simple text editor in Java Swing we will use a


JTextArea, a JMenuBar and add JMenu to it and we will
add JMenuItems. All the menu items will have
actionListener to detect any action..

6|P a ge
PROGRAM

7|P a ge
8|P a ge
9|P a ge
10 | P a g e
OUTPUT

11 | P a g e
• REFERENCES
https://www.tutorialspoint.com/
https://www.geeksforgeeks.org/
https://www.javatpoint.com/

• SOURCE USED

(1) Laptop
(2) Mobile
(3) Internet
(4) Reference Book

12 | P a g e

You might also like