0% found this document useful (0 votes)
34 views

VTH Sem - Report - Format

This document is an internship report on developing a simple painter project using Java Swing. The project allows users to draw shapes and graphics using a freehand tool and includes features like undo, redo, clearing drawings, changing colors, and saving/opening drawings to image files.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

VTH Sem - Report - Format

This document is an internship report on developing a simple painter project using Java Swing. The project allows users to draw shapes and graphics using a freehand tool and includes features like undo, redo, clearing drawings, changing colors, and saving/opening drawings to image files.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Internship Report

On
Name of the Technology/Topic
In partial fulfillment of requirements for the degree
Of

Bachelor of Technology
In
Computer Science & Engineering
(Artificial Intelligence & Machine Learning)

Submitted By:
Mr./Ms. .……..
Roll Number
B. Tech CSE (AIML) 3rd Year
SUBJECT CODE Internship Assessment I

Under the Guidance of:


Ms. Srishti Dikshit
(Assistant Professor, Department of CSE (AIML))

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


(Artificial Intelligence & Machine Learning)
NOIDA INSTITUTE OF ENGG. & TECHNOLOGY, GREATER NOIDA, GAUTAM BUDDH NAGAR
(AN AUTONOMOUS INSTITUTE)

(Approved by AICTE and affiliated to Dr. A.P.J. Abdul Kalam Technical University, Uttar
Pradesh, Lucknow)

2023
Certificate

I hereby certify that the work which is being submitted in the Project Report entitled
“TOPIC NAME” in partial fulfillment of the requirements for the award of the Bachelor of
Technology in Computer Science and Engineering Artificial Intelligence & Machine
Learning and submitted to the Department of Computer Science & Engineering Artificial
Intelligence & Machine Learning, Noida Institute of Engineering & Technology,
Greater Noida is an authentic record of my Internship carried out during Fifth semester
under the supervision of Ms. Srishti Dikshit (Assistant Professor), Department of
Computer Science and Engineering Artificial Intelligence, Noida Institute of Engineering
& Technology, Greater Noida. The matter embodied in this project Report is original and
has not been submitted for any other degree or diploma award.

Signature of Candidate
Name of the Student
16786100245

This is to certify the above statement made by the candidate is correct and true to the
best of my knowledge.

Signature of Supervisor Signature of HOD


Srishti Dikshit Dr. Mohammad Shahid
(Assistant Professor) (Professor)

2
DECLARATION

I hereby declare that this submission is my own project and that, to the best of my own
knowledge and belief, it contains no material previously published by another person nor
material which, to a substantial extent, has been accepted for the award of any other degree
or diploma of the university or other institute of higher learning except where due
acknowledgment has been made in the text.

Signature of Candidate

3
Acknowledgement

Successfully completing any task gives us satisfaction and internal strength for future
problems, but the person alone has never existed. A few people truly accompany him. They
used to give the person support and suggestions to complete the work successfully. So, I feel
pleasure thanking all such great people who motivated me and provided me with kind
support at all stages of my Internship Project work.

Firstly, I would like to honor my institute, “Noida Institute of Engineering &


Technology, Greater Noida”. Here, I have been provided with a workplace and
infrastructure to learn recent technologies and conceptual background to strengthen my
programming and professional skills.
I am very much grateful to Ms. Srishti Dikshit, Assistant Professor (Computer
Science and Engineering Artificial Intelligence & Machine Learning), and Dr.
Mohammad Shahid (Professor & Head, Computer Science and Engineering Artificial
Intelligence & Machine Learning), Noida Institute of Engineering & Technology,
Greater Noida, for his helpful attitude and encouragement in making my project.
Furthermore, I am thankful to all faculty members for motivating me and to the Staff of
Computer Labs in the department for providing excellent valuable facilities, issuing me a
computer system of good configuration, and providing regular maintenance.

I thank all my batch mates for their love, encouragement, and constant support.
Last but not least, I would like to thank my parents for supporting me to complete my
project report in all ways.

Name of the Student

4
Abstract
(related to the topic)

*/Writing graphics applications in Java using Swing can be quite a daunting experience,
which requires an understanding of some large libraries and fairly advanced aspects of
Java. In a graphical system, a windowing toolkit is usually responsible for providing a
framework to make it relatively painless for a graphical user interface (GUI) to render the
right bits to the screen at the right time. The AWT (abstract windowing toolkit) and Swing
provide such a framework. In this report, we designed and developed a simple painter
project to enable users to draw any shape and any integrated graphic with any color using
FreeHand (move the mouse using your hand to draw any shape and specify the coordinate
in JPanel). Several tools such as Undo and Redo process, Clear JPanel, Set Background
Color & set Foreground Color, Save paint (Panel) to file ( *. JPG; *. GIF; *.*), and Open
paint from image file are considered. This project aims to give you practice with graphical
user interface programming in Java. This project was implemented using the components
from Java's awt and swing library in the Java programming language (NetBenas IDE7.2.1).
The final result of our project is enabling you to use your Free Hand to draw as an easy way
to draw the Circle, Line, Rectangle, Square, and Oval, and integrated graphics such as a
car, a street, a football stadium, traffic signals, and others./*

5
Table of the Contents:

TITLE Pg No.
S. No.

1. Internship Certificate

2. Abstract

3. Technology Background

4. Project Problem Background

5. Project Modules

6. Snapshots of Project

7. Applications

8. Reference

Instructions for Content Print:


Main Heading (Times New Roman 24 B)
Sub Heading (Times New Roman 20 B)
Heading Under Subheading (Times New Roman 18 B)
Paragraph (Times New Roman 14)

All the content should be justified.

References should be either Books, Research Papers or Government data


repositories.

Come ready with the Presentation and the Internship report

6
********(Soft copy on 06/11/2023) Mandatory for All the Students for the
B.TECH. CSE AIML Third Year
Students*****************************

You might also like