Java Mirco
Java Mirco
Sr.
Poor Average Good Excellent
No. Characteristic to be assessed
(Marks 1-3) (Marks 4-5) (Marks 6 - 8) (Marks 9-10)
(A) Process and Product Assesssment (Convert above total marks out of 6 marks)
1 Relevance to the Course
Literature Survey / Information
2
Collection
Completion of the Target as per
3 project proposal
Analysis of data and
4
representation
5 Quality of Prototype / Model
6 Report Preparation
(B) Individual Presentation / Viva (Convert above total marks out of 4 marks)
8 Presentation
9 Viva
Micro – Project Evaluation Sheet:
Process Assessment Product Assessment
Part Project Part Individual Total
A – project Methodology B – Project Presentation / Marks 10
Name of Student Proposal (2 marks) Report / Working Viva (4 marks)
(2 marks) Model(2 marks)
Comments / Suggestions about team work / leadership / inter – personal communication (if any)
1
Teacher Evaluation Sheet
Name of Student:2) Bachhav Siddesh Vikas Enrolment No:2100790241
Name of Program: Computer Technology Semester:-IV
Course Title:Java Programming Language
Code : -22412
Title of the Micro Project: Drawings using Java Applet
Course Outcomes Achieved:-
a) Co-a Develop programs using Object Oriented methodology in Java.
b) Co-b Apply concept of inheritance for code reusability.
c) Co-c Develop programs using multithreading.
d) Co-d Implement Exception Handling.
e) Co-e Develop programs using graphics and applet.
f) Co-f Develop programs for handling I/O and file streams.
Sr.
Poor Average Good Excellent
No. Characteristic to be assessed
(Marks 1-3) (Marks 4-5) (Marks 6 - 8) (Marks 9-10)
(A) Process and Product Assesssment (Convert above total marks out of 6 marks)
1 Relevance to the Course
Literature Survey / Information
2
Collection
Completion of the Target as per
3 project proposal
Analysis of data and
4
representation
5 Quality of Prototype / Model
6 Report Preparation
(B) Individual Presentation / Viva (Convert above total marks out of 4 marks)
8 Presentation
9 Viva
Micro – Project Evaluation Sheet:
Process Assessment Product Assessment
Part Project Part Individual Total
A – project Methodology B – Project Presentation / Marks 10
Name of Student Proposal (2 marks) Report / Working Viva (4 marks)
(2 marks) Model(2 marks)
Comments / Suggestions about team work / leadership / inter – personal communication (if any)
2
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION
SHRI H. H. J. B POLYTECHNIC,
CHANDWAD-423101 (Nashik)
MICRO PROJECT
Academic year 2022-23
TITLE OF PROJECT
Drawings using Java Applet
3
MAHARASHTRA STATE BOARD OF TECHNICALEDUCATION
CERTIFICATE
This is to certify 1) Ahire Samyak Pravin
Of 4th Semester of Diploma in Computer Technology of Institute, SHHJB
POLYTECHNIC, CHANDWAD (Code: 0079) has completed the Micro-Project
satisfactorily in Subject Java Programming Language (22412)for the academic year 2022-
2023 as prescribed in the curriculum.
Place: CHANDWAD
4
MAHARASHTRA STATE BOARD OF TECHNICALEDUCATION
CERTIFICATE
This is to certify :2) Bachhav Siddesh Vikas
Of 4th Semester of Diploma in Computer Technology of Institute, SHHJB
POLYTECHNIC, CHANDWAD (Code: 0079) has completed the Micro-Project
satisfactorily in Subject Java Programming Language (22412) for the academic year 2022-
2023as prescribed in the curriculum.
Place: CHANDWAD
Date: 15/4/2023
5
INDEX
Part B
6
PART A-Plan
1.0 Aim/Benefits of the Micro-Project- Java applets are used to provide interactive
features to web applications and can be executed by browsers for many platforms.
They are small, portable Java programs embedded in HTML pages and can run
automatically when the pages are viewed..
3.0 Proposed Methodology- I choice this topic because by this we can use different types
of the graphics / applet functions. We can draw the different things and can color it. By
using the applet class we can use different graphics / applet functions.
5.0Resources Required:
Sr.No Name of Resource/Material Specification Quantity Remarks
1. Computer (Desktop/Laptop) i3,RAM 2GB 1
2. Microsoft Notepad 2010 1
3. Books - -
4. Websites - -
5. Softwares JDK 1.8.1 1
7
PART B-Plan
Title of micro-project: Drawing Using Java Applet
Brief Description:
. This project is just use for the enjoyment and for the fun purpose.
. By using this project we can easily control the digital pinao.
. This project is similar to the real digital pinao.
. By using this project we can practice and improve your musical skills.
In this there is 3 modes
1) Discrete
2) Continuous
3) Interrupted
In Discrete the sound will be played only when you press the key.
In continuous the sound will be played continuously when the single key will be
pressed by the user.
In interrupted the sound will be played for some time when the user presses the key.
It will also take the list of the keys which you have used to make the sound.
2.0 Aims/Benefits of Micro Project: I choice this topic because by this we can use
different types of the graphics / applet functions. We can draw the different things
and can color it. By using the applet class we can use different graphics / applet
functions.
In that I have made different drawings like Indian flag, Olyamics logo, Smiley face,
Rainbow and Traffic Signals.
8
1) Indian flag – 1) Line
2) Rectangle
3) Setcolor
4) Oval
4) Rainbow – 1) Setcolor
2) Oval
3) FillOval
Codes –
1) Indian Flag –
9
Output -
2) Olympics –
10
Output –
3) Rainbow –
11
Output –
12
4) Signal –
Output –
5) Smiley –
13
Output –
14