Вы находитесь на странице: 1из 16

A

Report on Vocational Training


in

Java
Submitted in partial fulfillment of requirement for the award of degree
Of

Diploma in Engineering
in

Computer Science Deptt.


to
Chhattisgarh Swami Vivekanand Technical University, Bhilai
In Session: 2015-2016

Submitted By:

Jitendra Prasad
4th / C.S.E.
2812213003

SHRI SAI POLYTECHNIC


Pathariya Road, Nandini, Bhilai, Durg (C.G) Pin- 490001
DEPARTMENT OF COMPUTER SCIENCE ENGINEERING

ACKNOWLEDGEMENT

I have completed my vocational training on _______Java Programming________ from ___


01-07-2015 to 31-07-2015___and I am thankful to the trainers. Especially to ___Mr. Atul
Kumar Soni___for providing us valuable knowledge and information.
I also Grateful to

Md. Ishrat Khan (Principal) for their support & permission for the

training.
I also thankful to ___Miss. Sapna Chandrakar_(Head, Department)for the valuable
guidance.
I express my sincere gratitude to all the faculty members and supporting staff members
of Computer Science & Engineering Department.

(Signature of the Student)


________________________

CERTIFICATE

This is to certify that ___Jitendra Prasad_____ Roll No. __2812213003___ Semester


__5th___ Branch _Computer Science & Engineering___ student of Shri Sai
Polytechnic College has undergone his / her Vocational Training on ___Java
Programming___Institute __Bhilai Institute Of Information Technology__from _0107-2015 to 31-07-2015_.

_____________________
__________________________
Assistant Professor

Asstt. Training &

Placement Officer
Department of _Computer Science & Engg.__
Polytechnic, Durg

Date: 30-09-2015
Place: Shri Sai Polytechnic, Durg

Shri Sai

CONTENTS

1.
2.
3.
4.
5.

FRONT PAGE
CERTIFICATE OF TRAINING INSTITUTE / ORGANISATION
CERTIFICATE OF STUDENT
ACKNOWLEDGEMENT
CONTENTS
INTRODUCTION
SYSTEM REQUIREMENTS
SNAPSHOTS
IMPLIMENTATION
CONCLUSION & FUTURE EXTENSION
BIBLIOGRAPHY

S.No.

Contents

Introduction

Page no.

Design

System Requirements

Snapshots

Implementation & Coding

Conclusion & Future Extensions

Bibliography

Introduction

Design

Snapshot

SYSTEM REQUIREMENT

Implements
//
*********************************************************************
*************************************
// importing packages
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.sql.*;
import java.util.*;
//
*********************************************************************
*************************************
// class loadbank extends from JFrame Class and implements ActionListener
//
*********************************************************************
*************************************
public class loadbank extends JFrame implements ActionListener
{

// Variable Declaration;
JTabbedPane tabbedpane;

JPanel
welcomePanel,loginPanel,createNewAccountPanel,accountTransactionPanel,controlP
anel,displayDetailsPanel,aboutPanel,logoutPanel;
int accountnumber;
java.util.Date date;
Calendar calendar;
JTable table;
GridBagLayout gbl;
GridBagConstraints gbc;
String userID,userPWD;

Coding

// class loadbank ends


//

code ends

//********************************************************************
***********************************
// 1. first create DSN for database (bankdb) with DSN name ( bankdsn ).
//
// 2.
//
// 3.
//

Command to Compile :
>javac -deprecation loadbank.java
Command to Run :
>java loadbank

CONCLUSION

This project is developed to nurture the needs of a user in a banking sector by embedding all
tasks of transactions taking place in a bank.
Future version of this software will still be much enhanced than the current version 1.0.Thus the
Bank Management System it is developed and executed successfully.

the

Вам также может понравиться