Free Projects

Employee Leave Management System using Java Mysql

This tutorial will teach how to make the Employee Leave Management System using Java Mysql.this system will help you to manage the employee details and leave details. This is the Main Form of the Project [adToAppearHere] private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { EmployeeLeave el = new EmployeeLeave(); el.setVisible(true); } private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) { leave l

Employee Leave Management System using Java Mysql Read More »

Java Simple Movie Ticket System Project

The Movie Ticket System system is developed using Java. This project is suitable for java beginners who wants to improve java skills. [adToAppearHere] Paste the code Inside the Add Button txtcount.setText(“”); int numbers = Integer.parseInt(txtticket.getText()); int tot = numbers * 20; txttotal.setText(String.valueOf(tot)); for(int x=1; x <= numbers; x ++) { txtcount.setText(txtcount.getText()+”Your Ticket No ” + x + “\n” );

Java Simple Movie Ticket System Project Read More »