Ajp MP
Ajp MP
Ajp MP
Comments / Suggestions about team work / leadership / inter – personal communication (if any) Any
Other Comment
TITLE OF PROJECT
Bank ManagementSystem
Bank Management System
Certificate
This is to certify that
(Miss.A.S.Chordiya) (Mr.P.R.Sali)
(Dr.V.A.Wankhede)
INDEX
Page
Sr. No. CONTENTS
No.
Part-A
1. Abstract 1
2. Brief Introduction 1
4. Proposed Methodology 1
6. Resources Required 1
7. Action Plan 1
Part-B
1. Brief Description 1
3. Proposed Methodology
Initially, we will add some (N) customers to the bank and then we can display all
account details using menu 1), menu 2) is used to search the bank account, menu 3) is
used to deposit money in particular account, menu 4) is used to manager withdrawal and
menu 5) is used to exit from the program.
4. Action Plan
Sr Planned Start Date Planned Finish
no. Details of activity Date
1. Finalization of topic 18 Aug 2024 22 Aug 2024
2. Preparation of Abstract 25 Aug 2024 01 Aug 2024
3. Collection of data 03 Sep 2024 15 Oct 2024
4. Preparation of concept 04 Oct2024 05 Oct 2024
5. Seminar / Presentation 15 Oct 2024 15 Oct 2024
6. Submission of Micro Project 01 Nov 2024 03 Nov 2024
5. Resources Required
Sr.No Name of Resource/Material Specification Quantity Remarks
1. Computer (Desktop/Laptop) i3,RAM 2GB 1 available
2. Microsoft Office Word 2010 1 available
3. Books - - -
4. Websites google - available
5. Software Notepad, JDK available
1
application
1
PART B-Plan
1. Brief Description
2
5. Actual Methodology/Procedure Followed
Program-
import java.applet.Applet;
import java.awt.Button;
import java.awt.Checkbox;
import java.awt.CheckboxGroup;
import java.awt.Choice;
import java.awt.Color;
import java.awt.Frame;
import java.awt.Graphics;
import java.awt.Label;
import java.awt.TextArea;
import java.awt.TextField;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
addWindowListener(ad);
3
}
{ frame1 f1;
{ this.f1 = f1;
{ f1.setVisible(false);
Label customer, deposit, accno, withdraw; TextField cust, dept, number, draw;
TextArea t;
Choice type;
CheckboxGroup te;
Frame f;
Button b;
f.setSize(250, 250);
f.setVisible(true);
setBackground(Color.yellow);
setForeground(Color.red);
4
dept = new TextField(20);
type.add("RD");
// type.add("SECOND CLASS");
te = new CheckboxGroup();
b = new Button("submit");
add(customer);
add(cust);
add(accno);
add(number);
add(deposit);
add(dept);
add(withdraw);
add(draw);
add(type);
add(b);
add(yes);
add(nu);
add(t);
b.addActionListener(this);
type.addItemListener(this);
5
public void actionPerformed(ActionEvent ae)
{ if (ae.getActionCommand().equals("submit")) {
t.setText("NAME: " + cust.getText() + "" + "ACCOUNT NUMBER : " + number.getText() + "" + "DEPOSIT
AMOUNT: " + dept.getText() + "" + "TYPE OF ACCOUNT : " + type.getSelectedItem());
}}
} }}
7.Skill Developed:
8. Conclusion/Applications of Microproject: