Amrutvahini College of Polytechnic, Sangamner: Department of Computer Technology
Amrutvahini College of Polytechnic, Sangamner: Department of Computer Technology
CERTIFICATE
This is to certify that
Has satisfactorily carried out and completed the Micro Project entitled,
1.0 Rationale
We can design A Different Linked ,JTabbedPane in java with the help of
AWT/SWING with event handling.
CI503.1 Develop6 Graphical user interface (GUI) programs using AWT and swing
component. Arrange the GUI components using different layout manager.
CI503.2 Develop6 Event driven programs using the delegation event model , Adapter
classes & the inner classes
CI503.3 Develop6 Java programs using networking concepts.
CI503.4 Develop6 database driven business applications using the database API’S two
tier and three tier models and the Java.Sql package
CI503.5 Demonstrate3 and Develop6 Web based applications using servlets, JSP
,servlet for cookies and session tracking
1957. Newell and Simon were recognized with the ACM Turing Award in 1975 for having
"made basic contributions to artificial intelligence, the psychology of human cognition,
andlist processing.
In this project we use JTabbedPane and the images of the types of Linked List….
Program code:
import javax.swing.*;
import java.awt.*;
public class Micro4 extends JFrame
{
Micro4()
{
setLayout(new FlowLayout());
ImageIcon i1=new ImageIcon("Singly.jpeg");
JLabel l1=new JLabel(i1);
getContentPane().add(jt);
//2 image
ImageIcon i6=new
ImageIcon("CDouble.jpeg");JLabel
l6=new JLabel(i6);
JLabel l8=new JLabel("<html>This Linked list is a mixture of a Doubly and<br> Circular
Linked list.<br>So,you can Traverse it in both directions..<br></html>");
JPanel p4=new JPanel();
p4.add(l6);
p4.add(l8);
jt.add("Double Circularlink",p4);
add(jt);
}
public static void main(String[] args)
{
Micro4 m=new Micro4();
m.setSize(1000,300);
m.setVisible(true);
}
}
6.0 Outputs of the Micro-Projects:-
7.0 Actual Resources Used :
Sr.
No. Name of Specificatio Quantity Remarks
Resource/material ns
Computer System with Zenith
1. broad Pc2GB
specifications Ram
Linux
2. Operating System 1
Mint/Win8
.1
3. Software Office
4. Keyboard
5. Mouse
8.0 Skill Developed / Learning outcomes:-
Problem solving approach
● Planning
● Design skill
● Logical skill
● Programming
● Testing and Troubleshooting
● Presentation
● Report writing
Teacher Signature
(Prof.Donagre M.K)
Micro-Project Evaluation Sheet Annexure-IV
Course Outcomes:
CI503.1 Implement GUI programs using AWT and Swing components.Average the GUI components using different
layout manager.
CI503.2 Implement event driven programs using the delegation event model,Adapter classes&the inner classes
CI503.3 Develop6 Java programs using networking concepts.
CI503.4 Develop6 database driven business applications using the database API’S twotier and three tier
models and the Java.Sql package
CI503.5Develop6 Web based applications using servlets, JSP
Course Outcomes:
CI503.1 Implement GUI programs using AWT and Swing components.Average the GUI components using different
layout manager.
CI503.2 Implement event driven programs using the delegation event model,Adapter classes&the inner classes
CI503.3 Develop6 Java programs using networking concepts.
CI503.4 Develop6 database driven business applications using the database API’S twotier and three tier
models and the Java.Sql package
CI503.5Develop6 Web based applications using servlets, JSP
Course Outcomes:
CI503.1 Implement GUI programs using AWT and Swing components.Average the GUI components using different
layout manager.
CI503.2 Implement event driven programs using the delegation event model,Adapter classes&the inner classes
CI503.3 Develop6 Java programs using networking concepts.
CI503.4 Develop6 database driven business applications using the database API’S twotier and three tier
models and the Java.Sql package
CI503.5Develop6 Web based applications using servlets, JSP