IF ANY ONE WANTED REQUEST THROUGH THE POSTS.. WE WILL DISCUSS THROUGH THE POSTS![]()
![]()
This is a discussion on Latest java projects within the Project Ideas & Seminar Topics forums, part of the CE : Technical Discussions category; ATM_Database_System A_Civilisation_Game A_Pong_Game_System A_faculty_book_system Advanced_Payroll_System AirStrike_System Airline_Reservation_System Airways_reservation_system Asteroids_java_applet Atm_simulation_System Bank_Application_System Bank_Software_with_ATM Banker_Database_System Basic_Library_System Beat_it_Game Belle_Boutique_POS_System Blackjack_Applet Blogging_Application Bluetooth_multiplayer_game Budget_Controlling_System ...




- ATM_Database_System
- A_Civilisation_Game
- A_Pong_Game_System
- A_faculty_book_system
- Advanced_Payroll_System
- AirStrike_System
- Airline_Reservation_System
- Airways_reservation_system
- Asteroids_java_applet
- Atm_simulation_System
- Bank_Application_System
- Bank_Software_with_ATM
- Banker_Database_System
- Basic_Library_System
- Beat_it_Game
- Belle_Boutique_POS_System
- Blackjack_Applet
- Blogging_Application
- Bluetooth_multiplayer_game
- Budget_Controlling_System
- BugTracking_system
- Bus_Scheduling_and_Booking_System
- CASINO_GAME
- Car_Sales_System
- Chess_Game
- Classic_Road_Fighter
- Classic_drugwars_game
- Client_Server_application
- Coin_Game
- CollegeManagementSysyetm
- College_Enrollment_System
- College_Enrollment_System2
- College_Library_Record_Application
- Complete_Banking_System
- Complete_Mailing_System
- Concentration_Game
- Concentration_System
- Country_Guessing_Game
- Credit_Card_Approval_System
- Cricket_Game_in_Java
- Dice_Application_System
- Discover_The_Word
- Drag_Drop_Board_Game_Template
- Dragon_War
- EMail_System_Client_Server
- Easy_Pong_Game
- Eater_System
- Ecare_System
- Email_Program_system
- Employee_Information_and_Payroll_System
- Employee_Tracking_System
- Evaluation_System
- Falcon_Fighter_Java_game
- Fashion_Model_Management_System
- Flight_Reservation_System
- Fun_Game_JAVA
- Funny_Horoscope_Teller
- Furniture_System
- Graphical_Library_System
- Graphical_Payroll_System
- Hosptal_Management_System
- ISAP_System
- IntranetChatting
- Inventory_System
- JavaExamSystem
- Library_Application_System
- Library_Information_System
- Library_Information_System2
- Library_Management_System
- Library_Members_Info_System
- Library_System
- MIS_coding_Nokia_soft
- Medical_Diagnostic_System
- Mobile_Phone_Anti_Virus
- Network_Banking_System
- News_System
- ONLINE_YEARBOOK_with_SMS
- ORKUT_USING_JAVA
- One_player_chess_game
- Online_Address_Book
- Online_Remote_Server
- Online_databse_System
- PROJECT_PLANNING_MANAGEMENT
- Personnel_System
- Pharmacy_ management_system
- Phone_Book_System
- Photo_Album_System
- Picture_Search_Machine
- Placement_Office_Automation
- Practical_Aircraft_Position
- Puyo_game
- RMI_Card_Game
- RPC_Card_Game
- RPG_Battle_Demo
- Recruitment_Officer_System
- Result_Intemation_System
- Scheduler_System
- Shopping_Cart_Example
- Short_Course_Management_System
- Simple_Library_System
- Simple_Pharmacy_Management_System
- Student_Counselling_Management_System
- Student_Database_Libary_System
- Student_Information_System
- Student_Record_and_Information_System
- Student_Registration_System
- Telephone_Billing_System
- Turn_Based_Network_Game
- War_card_game
- Who_wants_to_be_a_millionaire
- advertisingagency
- airlines
- chess_two_player
- course_registration_system
- doctors
- human_resource_management_system
- internetbanking
- mexican_game
- online_cources
- online_tesing_site
- onlineexam
- onlinelibrary
- onlineshoping
- parking_system
- powerpointSliding
- shoot_the_target_game
- slidingwindow




IF ANY ONE WANTED REQUEST THROUGH THE POSTS.. WE WILL DISCUSS THROUGH THE POSTS![]()
![]()
hiii madhumurundi,
can you give some latest projects in java on network security, [acket inspection or sniffing .... any thing related to networking in java..
i need some help in selecting my btech final year project(discipline CSE).
thanks in advance....![]()
hiii madhumurundi,
can you give some latest projects in java on network security, packet inspection or sniffing .... any thing related to networking in java..
i need some help in selecting my btech final year project(discipline CSE).
thanks in advance....




hi,
Wireless Intrusion Detection system and New Attack model is the Good topic for Network Security Project
for more Info click here
CLICK
Can i get download links for these projects for offline study? Because I'm not having net at my home...








let us Start with our First project ..
1. ATM DATABASE SYSTEM
code for this project as follows:
FILE NAME: mainmenu.java
import java.awt.event.* ; //
import javax.swing.* ; // PACKAGES
import java.awt.* ; //
import java.sql.*; //
//-----------------THE MAIN MENU---------------------
public class MainMenu extends JFrame implements ActionListener {
private JButton but1, but2, but3, but4, but5, but6,but7,but8,but9 ;
private JLabel labb,label,label2,label3,label4,label4a,label5,lab el6,label6a,label7;
private JTextArea textarea;
private JPasswordField pwordfield;
private int pw,intt;
static String url = "jdbcdbc:abc";
private String str1;
Container c;
//--Constructor----
public MainMenu() {
super("ATM");
}
//----Method Main(The main Method)-----
public void Main(){
c = getContentPane() ;
c.setLayout(null) ;
but1 = new JButton(">>>") ;
but1.setPreferredSize( new Dimension(100,30) ) ;
but1.setSize( but1.getPreferredSize() ) ;
but1.setLocation(50,50) ;
but1.addActionListener(this) ;
c.add(but1) ;
but2 = new JButton(">>>") ;
but2.setPreferredSize( new Dimension(100,30) ) ;
but2.setSize( but2.getPreferredSize() ) ;
but2.setLocation(50,100) ;
but2.addActionListener(this) ;
c.add(but2) ;
but3=new JButton(">>>");
but3.setPreferredSize(new Dimension(100,30));
but3.setSize(but3.getPreferredSize());
but3.addActionListener(this);
but3.setLocation(50,150);
c.add(but3);
but4 = new JButton("<<<");
but4.setPreferredSize(new Dimension(100,30));
but4.setSize(but4.getPreferredSize());
but4.addActionListener(this);
but4.setLocation(375,50);
c.add(but4);
but5 = new JButton("<<<");
but5.setPreferredSize(new Dimension(100,30));
but5.setSize(but5.getPreferredSize());
but5.setLocation(375,100);
but5.addActionListener(this);
c.add(but5);
but6 = new JButton("<<<");
but6.setPreferredSize(new Dimension(100,30));
but6.setSize(but6.getPreferredSize());
but6.setLocation(375,150);
but6.addActionListener(this);
but6.addActionListener(new ActionListener(){
//----Creating the odbc Driver for but6-----
public void actionPerformed(ActionEvent event){
if(event.getSource()==but6){
try{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
}catch(ClassNotFoundException a){
JOptionPane.showMessageDialog(
null, url,"CLASS NOT FOUND EXCEPTION !!!",JOptionPane.INFORMATION_MESSAGE);
}
}
}
});
c.add(but6);
but7 = new JButton("CANCEL");
but7.setPreferredSize(new Dimension(100,30));
but7.setSize(but7.getPreferredSize());
but7.setLocation(200,212);
but7.addActionListener(this);
c.add(but7);
label=new JLabel("CASH");
label.setPreferredSize(new Dimension(75,50));
label.setSize(label.getPreferredSize());
label.setLocation(160,40);
label.setToolTipText("to draw money,please click on the left button");
c.add(label);
label2 = new JLabel(" INFORMATION");
label2.setPreferredSize(new Dimension(85,50));
label2.setSize(label2.getPreferredSize());
label2.setLocation(280,40);
label2.setToolTipText("For information,please click on the left button");
c.add(label2);
label3 = new JLabel("TRANSFER");
label3.setPreferredSize(new Dimension(85,50));
label3.setSize(label3.getPreferredSize());
label3.setLocation(160,90);
label3.setToolTipText("for referring money,click on the right button");
c.add(label3);
label4 = new JLabel("CARD ");
label4.setPreferredSize(new Dimension(85,50));
label4.setSize(label4.getPreferredSize());
label4.setLocation(160,132);
label4.setToolTipText(
"For password,dept operations,please click on the left button");
c.add(label4);
label4a = new JLabel("TRANSACTIONS");
label4a.setPreferredSize(new Dimension(100,50));
label4a.setSize(label4a.getPreferredSize());
label4a.setLocation(160,148);
c.add(label4a);
label5 = new JLabel(" INVESTMENT");
label5.setPreferredSize(new Dimension(95,50));
label5.setSize(label5.getPreferredSize());
label5.setLocation(280,90);
label5.setToolTipText(
"To buy fund,bond etc.,please click on the right button");
c.add(label5);
label6 = new JLabel(" STANDARD");
label6.setPreferredSize(new Dimension(75,50));
label6.setSize(label6.getPreferredSize());
label6.setLocation(280,132);
label6.setToolTipText("To get 10$ rapidly,please click");
c.add(label6);
label6a = new JLabel(" CASH");
label6a.setPreferredSize(new Dimension(75,50));
label6a.setSize(label6a.getPreferredSize());
label6a.setLocation(280,147);
label6a.setToolTipText("To get 10$ rapidly please click");
c.add(label6a);
setSize(500,410) ;
show();
}
//------actionPerformed method for ActionListener-----
public void actionPerformed( ActionEvent event ){
if( event.getSource()==but7 )
System.exit(0) ;
else if( event.getSource() == but1 ){
new Cash();this.hide();}
else if(event.getSource()== but2 ){
new Transfer();this.hide();}
else if(event.getSource()==but3){
new CardTransactions();this.hide();}
else if(event.getSource()==but4 ){
new Information();this.hide();}
else if(event.getSource()==but6){
new StandardCash();this.hide();}
else if(event.getSource()==but9)
System.exit(0);
else if(event.getSource()==but8){
//----Select operation for comparison of first password entered----
try{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
}catch(ClassNotFoundException a){
JOptionPane.showMessageDialog(
null, url,"CLASS NOT FOUND EXCEPTION !!!",
JOptionPane.INFORMATION_MESSAGE);
}
try{
String string = new String(pwordfield.getPassword());
intt=Integer.parseInt(string);
String run = "SELECT * FROM abc " +"WHERE password = " +intt;
System.out.println(run + "SQL string executed");
Connection connection = DriverManager.getConnection(url,"","");
Statement stmt = connection.createStatement();
ResultSet result=stmt.executeQuery(run);
while(result.next()){
String name = result.getString(1);
String surname = result.getString(2);
int amount = result.getInt(3);
int password = result.getInt(4);
pw=password;
}
connection.close();
}catch(SQLException a){
JOptionPane.showMessageDialog(
null,url,"SQL EXCEPTION AT SELECT OPERATION",
JOptionPane.INFORMATION_MESSAGE);
} this.hide();
//---Comparison---if there is not equivalent MainMenu does not appear-----
if(pw==intt){MainMenu s=new MainMenu();s.Main();}
else if(pw!=intt){
JOptionPane.showMessageDialog(
null,"Invalid Password,Please try again",
"EXCEPTION",JOptionPane.ERROR_MESSAGE);
MainMenu s=new MainMenu();s.Password();
}
}
}//-----method main---Executes the password asking--------
public static void main(String args[]){
MainMenu s=new MainMenu();
s.Password();
}//-----password method----------
public void Password(){
c = getContentPane() ;
c.setLayout(new FlowLayout()) ;
c.setBackground(Color.lightGray);
pwordfield=new JPasswordField(17);
c.add(pwordfield);
but8=new JButton("OK");
but8.setPreferredSize(new Dimension(90,25));
but8.setSize(but8.getPreferredSize());
but8.addActionListener(this);
c.add(but8);
but9=new JButton("CANCEL");
but9.setPreferredSize(new Dimension(90,25));
but9.setSize(but9.getPreferredSize());
but9.addActionListener(this);
c.add(but9);
//-----Informations about the program-----
String sttr=" W E L C O M E!\n"+
" Please write your password:\n"+
"----------------------------------------------\n"+
" This product is a\n"+
" guarenteed trade mark of MADHU M P Projects Source\n"+
"
"----------------------------------------------\n"+
" Producer: MADHU M P";
//-----set up textarea----------------
textarea = new JTextArea(sttr,10,17);
c.add(new JScrollPane(textarea));
textarea.setBackground(Color.lightGray);
textarea.setEditable(false);
setSize(250,300) ;
show();
}
}
Last edited by madhumurundi; 10th December 2009 at 12:32 PM.




contd....
File NAME: DB.java
import java.awt.*; //
import java.awt.event.*; // PACKAGES
import javax.swing.*; //
import java.sql.*; //
public class DB extends JFrame implements ActionListener {
static String url = "jdbcdbc:abc";
private JTextField text1,text2,text3;
private JButton but1,but2,but3,but4;
private JLabel label1,label2,label3;
private int Amount,Amount1,pword,int1;
private String str1,str2,str3;
private String run;
Container c;
//---Constructor---
public DB(){
}//---Method for getting different amount--called from class Cash--
public void ExecutionForAnother(){
Container c=getContentPane();
c.setLayout(new FlowLayout());
label2=new JLabel(" Write the money you want to get and your password:");
c.add(label2);
text1=new JTextField(10);
c.add(text1);
label1=new JLabel("<<P.WORD||AMOUNT>>");
c.add(label1);
text2=new JTextField(10);
c.add(text2);
but1=new JButton(" OK ");
but1.addActionListener(this);
but1.setBackground(Color.white);
c.add(but1);
but4=new JButton(" BACK ");
but4.addActionListener(this);
but4.setBackground(Color.white);
c.add(but4);
setSize(400,250);
setResizable(true);
show();
}//----Method for getting one of the value(money) that is seen
//---on the screen--Called from class Cash---
public void CashScreen(){
c=getContentPane();
c.setLayout(new FlowLayout());
label3 = new JLabel("PLEASE WRITE Pword & PRESS OK:");
c.add(label3);
text3=new JTextField(10);
c.add(text3);
but2 = new JButton("OK");
but2.setPreferredSize(new Dimension(80,25));
but2.setSize(but2.getPreferredSize());
but2.setBackground(Color.white);
but2.addActionListener(this);
c.add(but2);
but3 = new JButton("CANCEL");
but3.setPreferredSize(new Dimension(80,25));
but3.setSize(but3.getPreferredSize());
but3.setBackground(Color.white);
but3.addActionListener(this);
c.add(but3);
setSize(350,200);
show();
}//--------Method for the ActionListener---------
public void actionPerformed(ActionEvent event){
if(event.getSource()==but2){// for CashScreen
str3=text3.getText();
int int8=Integer.parseInt(str3);
try{ //--Selection for CashScreen---
String run = "SELECT * FROM abc " +"WHERE password=" +int8;
System.out.println(run+"SQL Operatýon Executed..");
Connection connection = DriverManager.getConnection(url,"","");
Statement stmt = connection.createStatement();
ResultSet result=stmt.executeQuery(run);
while (result.next()){
String name = result.getString(1);
String surname = result.getString(2);
int amount = result.getInt(3);
int password = result.getInt(4);
Amount = amount;
}
connection.close();
}catch(SQLException a){
JOptionPane.showMessageDialog(null,url,"SQL EXCEPTION AT SELECTION OPERATION",JOptionPane.INFORMATION_MESSAGE);
}
Amount=Amount-20; //reducing the user's money
//---Updating the new values----
String run1 = "UPDATE abc SET " +
"amount='" +Amount+"' WHERE password="+int8;
try{
Connection connection = DriverManager.getConnection(url,"","");
Statement stmt = connection.createStatement();
stmt.executeUpdate(run1);
System.out.println("Operation completed...");
connection.close();
}catch(SQLException a){JOptionPane.showMessageDialog(null,url,"SQL EXCEPTION AT UPDATE OPERATION",JOptionPane.INFORMATION_MESSAGE);
}
}//--------------------------------------------------------
else if(event.getSource()==but4){
this.hide();}
else if(event.getSource()==but1){ //for another
str2=text1.getText(); // gets password
pword=Integer.parseInt(str2);
try{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
}catch(ClassNotFoundException a){
JOptionPane.showMessageDialog(null, url,"CLASS NOT FOUND EXCEPTION !!!",JOptionPane.INFORMATION_MESSAGE);
}
//---Selection for ExecutionForAnother----
try{
String run = "SELECT * FROM abc " +"WHERE password = " +pword;
System.out.println(run + "SQL string executed");
Connection connection = DriverManager.getConnection(url,"","");
Statement stmt = connection.createStatement();
ResultSet result=stmt.executeQuery(run);
while(result.next()){
String name = result.getString(1);
String surname = result.getString(2);
int amount = result.getInt(3);
int password = result.getInt(4);
Amount1=amount;
}
connection.close();
}catch(SQLException a){
JOptionPane.showMessageDialog(null,url,"SQL EXCEPTION AT SELECT OPERATION",JOptionPane.INFORMATION_MESSAGE);
}
str1=text2.getText(); //gets the wanted money
int1 =Integer.parseInt(str1);
Amount1=Amount1-int1; //and subtract it from the total money
//--Update the Amount after operations above--
String run1 = "UPDATE abc SET " +
"amount='" +Amount1+"' WHERE password="+pword;
try{
Connection connection = DriverManager.getConnection(url,"","");
Statement stmt = connection.createStatement();
stmt.executeUpdate(run1);
System.out.println("Operation completed...");
connection.close();
}catch(SQLException a){JOptionPane.showMessageDialog(null,url,"SQL EXCEPTION AT UPDATE OPERATION",JOptionPane.INFORMATION_MESSAGE);
}
}
else if(event.getSource()==but3){
this.hide();
}
}//--end of method actionPerformed---
}//--end of class.