Java Application
This Project was developed as a part of summer internship at IT Department of Mormugao Port Trust(Goa).
Basically this is a Graphic User Interface(GUI) Application which prints the Pensioner identity Card of retired employee of the organisation.This GUI application was created with Eclipse IDE(Integrated development Environment)using swing framework.
For the testing purpose we have stored data in Excel sheet (as the original data given by the organization was in excel sheet)But this can work also with ease by MYSQL database with slight modification in the path of Input.
Basically It takes Id number of employee as one of the input or either you can manually enter the employee details and in the next step it fetches the data stored in the excel file.Also Before printing the identity card it gives access to the operator to edit the phone,Address and recent photograph of the employee
1. Download Application_Data.rar to get the necessary jar files and other folders(images, sample excel sheet etc.).2. The code can be found in Application_Data: src-->JavaDB_001-->Secondbox.java or the application code (.java) file on git.
3. To get an executable file, use an external application, or a Java IDE(in which case you will get an .jar file).