├── .classpath ├── .project ├── .settings └── org.eclipse.jdt.core.prefs ├── Faculities Profile pic ├── Akash shah.jpg ├── Bhavin-Trivedi.png ├── Chinkit-Suthar-CE.jpg ├── Hemal-Patel-CE.jpg ├── Jahanvi-Shukla-CE.jpg ├── Jaymin-Dave-IT.jpg ├── Mitesh Patel.jpg ├── Mohmmed Vyada.jpg ├── Niti-Shah-CE.jpg ├── Ravi Shukla.jpg ├── Rikin Thakkar.jpg ├── Shivang-Prajapati.png ├── Sunny-Rupabhindra.png ├── Trupesh Patel.jpg ├── Vimal Nayak.jpg ├── kunj Patel.jpg └── satvik-sir1.jpg ├── LICENSE ├── README.md ├── Students Profile pic ├── Abhi Gaundani.jpeg ├── Ajay Parmar.png ├── Ajaysinh Rathod.jpeg ├── AnishBhesaniya.png ├── Bhautik Bhanderi.jpeg ├── Darshan Asalaliya.jpeg ├── Darshil Patel.png ├── Harsh Jarsaniya.png ├── Madhuram Savaliya.png ├── Milan Bavishi.png ├── Sahil Patel.png ├── Utsav Patel.jpeg ├── Vadansinh Rathod.jpeg ├── Yash Patel.png └── Yash Prajapati.jpeg ├── assets ├── Admin.png ├── Assign Subjectac.png ├── Assign Subjectdac.png ├── Attandance Reportac.png ├── Attandance Reportdac.png ├── Chatac.png ├── Chatdac.png ├── Contact Usac.png ├── Contact Usdac.png ├── Contact-Usac.png ├── Contact-Usdac.png ├── Courcesac.png ├── Courcesdac.png ├── Enter Marksac.png ├── Enter Marksdac.png ├── Exitac.png ├── Exitdac.png ├── Faculitiesac.png ├── Faculitiesdac.png ├── Homeac.png ├── Homedac.png ├── Logoutac.png ├── Logoutdac.png ├── Mark Attandanceac.png ├── Mark Attandancedac.png ├── Marksheet Reportac.png ├── Marksheet Reportdac.png ├── Notificationac.png ├── Notificationdac.png ├── Profileac.png ├── Profiledac.png ├── Searchac.png ├── Searchdac.png ├── Studentsac.png ├── Studentsdac.png ├── Subjectsac.png ├── Subjectsdac.png ├── Usersac.png ├── Usersdac.png ├── adminlogin.png ├── adminprofile.png ├── arcodding.png ├── assignsubject.png ├── attandance.png ├── attandancereport.png ├── back.png ├── backgroundimage1.jpg ├── backgroundimage2.jpg ├── backgroundimage3.jpg ├── backgroundimage4.jpg ├── backgroundimage5.jpg ├── book.png ├── callinfo.png ├── chatbg.jpg ├── cources.png ├── courceshomepage.png ├── dobinfo.png ├── doubletick.png ├── doubletickblue.png ├── doubletickgreen.png ├── doubletickorange.png ├── doubletickyellow.png ├── downarrow1.png ├── downloadbutton.png ├── downloadedbutton.png ├── email.png ├── emailinfo.png ├── exit.png ├── faculities.png ├── facultyhomepage.png ├── facultylogin.png ├── graducationcap.png ├── historybutton.png ├── home.png ├── jpgbutton.png ├── lecturerhomepage.png ├── locationinfo.png ├── logout.png ├── mailinfo.png ├── marks.png ├── messagecount.png ├── notfound.png ├── notfound2.png ├── notification.png ├── notificationhomepage.png ├── onlinestatus.png ├── onlinestatusbig.png ├── password.png ├── password1.png ├── pdfbutton.png ├── pngbutton.png ├── printbutton.png ├── profilepic.png ├── profilepicicon.jpg ├── profilepicicon.png ├── search.png ├── searchuser.png ├── selectchaticon.png ├── selectedcheckbox.png ├── selectedcheckboxforheader.png ├── selectedcheckboxicon.png ├── sendmessage.png ├── singletick.png ├── student.png ├── studenthomepage.png ├── studentlogin.png ├── subject.png ├── subjects.png ├── subjects2.png ├── submitted.png ├── teacher.png ├── undo.png ├── unselectedcheckbox.png ├── unselectedcheckboxforheader.png ├── unselectedcheckboxicon.png ├── user.png └── userid.png ├── bin └── collegeapplication │ ├── admin │ ├── Admin.class │ ├── AdminData.class │ ├── AdminMain$1.class │ ├── AdminMain$2.class │ ├── AdminMain$3.class │ ├── AdminMain.class │ ├── AdminProfilePanel$1.class │ ├── AdminProfilePanel$2.class │ ├── AdminProfilePanel$3.class │ ├── AdminProfilePanel$4.class │ ├── AdminProfilePanel$5.class │ ├── AdminProfilePanel$6.class │ ├── AdminProfilePanel.class │ ├── EditAdminDetailsDialog.class │ └── EditAdminLinksDialog.class │ ├── chat │ ├── ChatData.class │ ├── ChatInfoPanel$1.class │ ├── ChatInfoPanel.class │ ├── ChatMainPanel$1.class │ ├── ChatMainPanel$2.class │ ├── ChatMainPanel$3.class │ ├── ChatMainPanel$4.class │ ├── ChatMainPanel$MyDocumentListener.class │ ├── ChatMainPanel.class │ ├── ChatPanel.class │ ├── ChatUser.class │ ├── ClientHandler.class │ ├── ContactInfo.class │ ├── ContactListPanel$1.class │ ├── ContactListPanel.class │ ├── Group.class │ ├── MessageStatus.class │ ├── NewMessage.class │ ├── RoundedCornerBorder.class │ ├── Server.class │ ├── SubChatPanel$1.class │ ├── SubChatPanel$2.class │ ├── SubChatPanel$3.class │ ├── SubChatPanel$4.class │ ├── SubChatPanel$5.class │ ├── SubChatPanel$MessageStatusActionListener.class │ ├── SubChatPanel$MyDocumentListener.class │ └── SubChatPanel.class │ ├── common │ ├── ChangePasswordDialog.class │ ├── DataBaseConnection.class │ ├── HintPasswordField$1.class │ ├── HintPasswordField$2.class │ ├── HintPasswordField$MyDocumentListener.class │ ├── HintPasswordField.class │ ├── HintTextField$1.class │ ├── HintTextField$2.class │ ├── HintTextField$MyDocumentListener.class │ ├── HintTextField.class │ ├── HomePanel.class │ ├── ImageUtil.class │ ├── Notification.class │ ├── NotificationData.class │ ├── NotificationPanel$1.class │ ├── NotificationPanel$2.class │ ├── NotificationPanel.class │ ├── Person.class │ ├── PhotoViewPanel$1.class │ ├── PhotoViewPanel$2.class │ ├── PhotoViewPanel.class │ ├── PrintMarksheetDialog$1.class │ ├── PrintMarksheetDialog$2.class │ ├── PrintMarksheetDialog$3$1.class │ ├── PrintMarksheetDialog$3.class │ ├── PrintMarksheetDialog.class │ ├── ScrollPaneUtil$1.class │ ├── ScrollPaneUtil.class │ ├── SearchPanel$1.class │ ├── SearchPanel$2.class │ ├── SearchPanel$3.class │ ├── SearchPanel$4.class │ ├── SearchPanel$5.class │ ├── SearchPanel$6.class │ ├── SearchPanel$7.class │ ├── SearchPanel.class │ ├── TimeUtil.class │ ├── User.class │ ├── UserData.class │ ├── UsersPanel$1.class │ ├── UsersPanel$CellRenderer.class │ ├── UsersPanel.class │ └── printMarksheetPDF.class │ ├── cource │ ├── AddCourceDialog.class │ ├── Cource.class │ ├── CourceData.class │ ├── CourcePanel.class │ ├── RollGeneratorDialog.class │ ├── RollGeneratorPanel$1.class │ ├── RollGeneratorPanel$2.class │ ├── RollGeneratorPanel.class │ └── RollNumberData.class │ ├── faculty │ ├── AddFaculityDialog$1.class │ ├── AddFaculityDialog$10.class │ ├── AddFaculityDialog$11.class │ ├── AddFaculityDialog$12.class │ ├── AddFaculityDialog$13.class │ ├── AddFaculityDialog$14.class │ ├── AddFaculityDialog$2.class │ ├── AddFaculityDialog$3.class │ ├── AddFaculityDialog$4.class │ ├── AddFaculityDialog$5.class │ ├── AddFaculityDialog$6.class │ ├── AddFaculityDialog$7.class │ ├── AddFaculityDialog$8.class │ ├── AddFaculityDialog$9.class │ ├── AddFaculityDialog.class │ ├── Faculty.class │ ├── FacultyData.class │ ├── FacultyMain$1.class │ ├── FacultyMain$2.class │ ├── FacultyMain$3.class │ ├── FacultyMain.class │ ├── FacultyPanel$1.class │ ├── FacultyPanel$2.class │ ├── FacultyPanel$3.class │ ├── FacultyPanel$4.class │ ├── FacultyPanel.class │ ├── ViewFacultyPanel$1.class │ ├── ViewFacultyPanel$2.class │ ├── ViewFacultyPanel$3.class │ ├── ViewFacultyPanel$4.class │ ├── ViewFacultyPanel$5.class │ ├── ViewFacultyPanel$6.class │ └── ViewFacultyPanel.class │ ├── login │ ├── LoginPageFrame$1.class │ ├── LoginPageFrame$2.class │ ├── LoginPageFrame$3.class │ ├── LoginPageFrame$4.class │ ├── LoginPageFrame$5.class │ ├── LoginPageFrame.class │ └── LoginPanel.class │ ├── student │ ├── AddStudentDialog$1.class │ ├── AddStudentDialog$2.class │ ├── AddStudentDialog$3.class │ ├── AddStudentDialog$4.class │ ├── AddStudentDialog.class │ ├── Attandance.class │ ├── AttandanceReportPanel$1.class │ ├── AttandanceReportPanel$2.class │ ├── AttandanceReportPanel$3.class │ ├── AttandanceReportPanel$4.class │ ├── AttandanceReportPanel$5.class │ ├── AttandanceReportPanel$6.class │ ├── AttandanceReportPanel$7.class │ ├── AttandanceReportPanel$8.class │ ├── AttandanceReportPanel$9.class │ ├── AttandanceReportPanel$CellRenderer.class │ ├── AttandanceReportPanel.class │ ├── EnterMarksPanel$1.class │ ├── EnterMarksPanel$2.class │ ├── EnterMarksPanel.class │ ├── ForcedListSelectionModel.class │ ├── HeaderRendererForCheckBox$1.class │ ├── HeaderRendererForCheckBox$CheckBoxIcon.class │ ├── HeaderRendererForCheckBox.class │ ├── MarkAttandancePanel$1.class │ ├── MarkAttandancePanel.class │ ├── MarkSheetPanel$1.class │ ├── MarkSheetPanel$2.class │ ├── MarkSheetPanel$3.class │ ├── MarkSheetPanel$4.class │ ├── MarkSheetPanel$5.class │ ├── MarkSheetPanel$6.class │ ├── MarkSheetPanel$7.class │ ├── MarkSheetPanel$CellRenderer.class │ ├── MarkSheetPanel.class │ ├── MarkSheetReportPanel$1.class │ ├── MarkSheetReportPanel$10.class │ ├── MarkSheetReportPanel$2.class │ ├── MarkSheetReportPanel$3.class │ ├── MarkSheetReportPanel$4.class │ ├── MarkSheetReportPanel$5.class │ ├── MarkSheetReportPanel$6.class │ ├── MarkSheetReportPanel$7.class │ ├── MarkSheetReportPanel$8.class │ ├── MarkSheetReportPanel$9.class │ ├── MarkSheetReportPanel$DeclareResult.class │ ├── MarkSheetReportPanel$MouseAdapterForTable.class │ ├── MarkSheetReportPanel.class │ ├── Marks.class │ ├── RollNumberAvailableException.class │ ├── Student.class │ ├── StudentData.class │ ├── StudentMain$1.class │ ├── StudentMain$2.class │ ├── StudentMain$3.class │ ├── StudentMain.class │ ├── StudentPanel$1.class │ ├── StudentPanel$2.class │ ├── StudentPanel.class │ ├── ViewStudentDialog.class │ ├── ViewStudentPanel$1.class │ ├── ViewStudentPanel$2.class │ ├── ViewStudentPanel$3.class │ ├── ViewStudentPanel$4.class │ ├── ViewStudentPanel$5.class │ ├── ViewStudentPanel$6.class │ ├── ViewStudentPanel$7.class │ └── ViewStudentPanel.class │ └── subject │ ├── AddSubjectDialog$1.class │ ├── AddSubjectDialog$2.class │ ├── AddSubjectDialog$3.class │ ├── AddSubjectDialog$4.class │ ├── AddSubjectDialog$5.class │ ├── AddSubjectDialog$6.class │ ├── AddSubjectDialog.class │ ├── AssignSubjectDialog.class │ ├── AssignSubjectPanel$1.class │ ├── AssignSubjectPanel.class │ ├── Subject.class │ ├── SubjectData.class │ └── SubjectPanel.class ├── collegedata.sql ├── jar files ├── mysql-connector-java-5.1.38.jar └── rs2xml.jar ├── screenshots ├── attandancereport.png ├── collagedetails.png ├── courceslist.png ├── declareresult.png ├── faculties.png ├── groupchatting.png ├── homepage.png ├── loginscreen.png ├── markattandance.png ├── marksheet.png ├── personalchatting.png ├── studentdetails.png ├── students.png └── subjects.png └── src └── collegeapplication ├── admin ├── Admin.java ├── AdminData.java ├── AdminMain.java ├── AdminProfilePanel.java ├── EditAdminDetailsDialog.java └── EditAdminLinksDialog.java ├── chat ├── ChatData.java ├── ChatInfoPanel.java ├── ChatMainPanel.java ├── ChatPanel.java ├── ChatUser.java ├── ClientHandler.java ├── ContactListPanel.java ├── Group.java ├── Server.java └── SubChatPanel.java ├── common ├── ChangePasswordDialog.java ├── DataBaseConnection.java ├── HintPasswordField.java ├── HintTextField.java ├── HomePanel.java ├── ImageUtil.java ├── Notification.java ├── NotificationData.java ├── NotificationPanel.java ├── Person.java ├── PhotoViewPanel.java ├── PrintMarksheetDialog.java ├── ScrollPaneUtil.java ├── SearchPanel.java ├── TimeUtil.java ├── User.java ├── UserData.java ├── UsersPanel.java └── printMarksheetPDF.java ├── cource ├── AddCourceDialog.java ├── Cource.java ├── CourceData.java ├── CourcePanel.java ├── RollGeneratorDialog.java ├── RollGeneratorPanel.java └── RollNumberData.java ├── faculty ├── AddFaculityDialog.java ├── Faculty.java ├── FacultyData.java ├── FacultyMain.java ├── FacultyPanel.java └── ViewFacultyPanel.java ├── login ├── LoginPageFrame.java └── LoginPanel.java ├── student ├── AddStudentDialog.java ├── Attandance.java ├── AttandanceReportPanel.java ├── EnterMarksPanel.java ├── HeaderRendererForCheckBox.java ├── MarkAttandancePanel.java ├── MarkSheetPanel.java ├── MarkSheetReportPanel.java ├── Marks.java ├── Student.java ├── StudentData.java ├── StudentMain.java ├── StudentPanel.java ├── ViewStudentDialog.java └── ViewStudentPanel.java └── subject ├── AddSubjectDialog.java ├── AssignSubjectDialog.java ├── AssignSubjectPanel.java ├── Subject.java ├── SubjectData.java └── SubjectPanel.java /.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | College Data Management 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 4 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 | org.eclipse.jdt.core.compiler.compliance=1.8 6 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 | org.eclipse.jdt.core.compiler.debug.localVariable=generate 8 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate 9 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 | org.eclipse.jdt.core.compiler.source=1.8 12 | -------------------------------------------------------------------------------- /Faculities Profile pic/Akash shah.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Akash shah.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Bhavin-Trivedi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Bhavin-Trivedi.png -------------------------------------------------------------------------------- /Faculities Profile pic/Chinkit-Suthar-CE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Chinkit-Suthar-CE.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Hemal-Patel-CE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Hemal-Patel-CE.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Jahanvi-Shukla-CE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Jahanvi-Shukla-CE.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Jaymin-Dave-IT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Jaymin-Dave-IT.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Mitesh Patel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Mitesh Patel.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Mohmmed Vyada.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Mohmmed Vyada.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Niti-Shah-CE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Niti-Shah-CE.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Ravi Shukla.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Ravi Shukla.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Rikin Thakkar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Rikin Thakkar.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Shivang-Prajapati.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Shivang-Prajapati.png -------------------------------------------------------------------------------- /Faculities Profile pic/Sunny-Rupabhindra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Sunny-Rupabhindra.png -------------------------------------------------------------------------------- /Faculities Profile pic/Trupesh Patel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Trupesh Patel.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/Vimal Nayak.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/Vimal Nayak.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/kunj Patel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/kunj Patel.jpg -------------------------------------------------------------------------------- /Faculities Profile pic/satvik-sir1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Faculities Profile pic/satvik-sir1.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # College Management System In Java 2 | 3 | ## Hi there ! 4 | 5 | Here I have designed and developed College management system. The Technology I have used is Java Swing, and database i have used is MySql. 6 | This design is purely coded myself no copied content. 7 | 8 | Thanks ! 9 | 10 | ## Features 11 | 12 | * Common Features 13 | * Cources Management 14 | * Subjects Management 15 | * Students Management 16 | * Faculties Management 17 | * Students Attandance Management 18 | * Student Marks Management 19 | * Advance Features 🔥 20 | * Rollnumber Generator 21 | * Chatting 22 | * Message delivered 23 | * Unseen messages 24 | * Notification 25 | * Group chatting 26 | * Photo view of Students and Faculties 27 | * Student or Faculty login history 28 | * Download Marksheet 29 | * Notification 30 | * Declare result 31 | 32 | 33 | ## Installation 34 | 35 | * Import this project into your IDE 36 | * Create new Database and set name as 'collegedata' after that import 'collegedata.sql' file (Attached with this folder) in this database. 37 | 38 | ## Database Connection 39 | 40 | * I have used following 👇 data for database connection 41 | * url="jdbc:mysql://localhost:3306/Collegedata"; 42 | * user name="root"; 43 | * password=""; 44 | 45 | * If you want to change this data then open ".\src\collegeapplication\common\DataBaseConnection.java" 46 | 47 | 48 | ## How to Run 49 | 50 | * Start Database Server 51 | * Open "src/collegeapplication/chat/Server.java" and Run this file to start chat server 52 | * Open "src/collegeapplication/login/LoginPageFrame.java" and Run this file to start application 53 | * Admin userid : admin 54 | * Admin password : admin 55 | * Faculty userid : Faculty id 56 | * Student Userid : cource-sem-rollnumber (IT-1-1001) 57 | 58 | ## Demo 59 | 60 | https://user-images.githubusercontent.com/63580687/236466989-dc4c93f7-7f11-4bd6-9737-dbe43cbdfffd.mp4 61 | 62 | 63 | ## Screenshots 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | ## About 81 | 82 | My name is [Ajaysinh Rathod](https://github.com/Ajaysinh1290). I'm studying Information Technology (2nd Year) in SOCET(Ahmedabad). Contact me for any improvement in this project. 83 | 84 | 85 | 86 | Email : ajaysinhrathod1290@gmail.com 87 | 88 | # Social Media Accounts 89 | [![Instagram](https://img.icons8.com/fluent/40/000000/instagram-new.png)](https://www.instagram.com/ll_ajayrathod_ll/)          90 | [![Facebook](https://img.icons8.com/fluent/40/000000/facebook-new.png)](https://www.facebook.com/ajaysinh.rathod.7927)          91 | [![Youtube](https://img.icons8.com/fluent/40/000000/youtube-play.png)](https://www.youtube.com/channel/UCbhGYVadJsZtJzHYMWLNRRQ)          92 | [![Twitter](https://img.icons8.com/fluent/40/000000/twitter.png)](https://twitter.com/Ajaysin34751867) 93 | 94 | -------------------------------------------------------------------------------- /Students Profile pic/Abhi Gaundani.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Abhi Gaundani.jpeg -------------------------------------------------------------------------------- /Students Profile pic/Ajay Parmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Ajay Parmar.png -------------------------------------------------------------------------------- /Students Profile pic/Ajaysinh Rathod.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Ajaysinh Rathod.jpeg -------------------------------------------------------------------------------- /Students Profile pic/AnishBhesaniya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/AnishBhesaniya.png -------------------------------------------------------------------------------- /Students Profile pic/Bhautik Bhanderi.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Bhautik Bhanderi.jpeg -------------------------------------------------------------------------------- /Students Profile pic/Darshan Asalaliya.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Darshan Asalaliya.jpeg -------------------------------------------------------------------------------- /Students Profile pic/Darshil Patel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Darshil Patel.png -------------------------------------------------------------------------------- /Students Profile pic/Harsh Jarsaniya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Harsh Jarsaniya.png -------------------------------------------------------------------------------- /Students Profile pic/Madhuram Savaliya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Madhuram Savaliya.png -------------------------------------------------------------------------------- /Students Profile pic/Milan Bavishi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Milan Bavishi.png -------------------------------------------------------------------------------- /Students Profile pic/Sahil Patel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Sahil Patel.png -------------------------------------------------------------------------------- /Students Profile pic/Utsav Patel.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Utsav Patel.jpeg -------------------------------------------------------------------------------- /Students Profile pic/Vadansinh Rathod.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Vadansinh Rathod.jpeg -------------------------------------------------------------------------------- /Students Profile pic/Yash Patel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Yash Patel.png -------------------------------------------------------------------------------- /Students Profile pic/Yash Prajapati.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/Students Profile pic/Yash Prajapati.jpeg -------------------------------------------------------------------------------- /assets/Admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Admin.png -------------------------------------------------------------------------------- /assets/Assign Subjectac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Assign Subjectac.png -------------------------------------------------------------------------------- /assets/Assign Subjectdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Assign Subjectdac.png -------------------------------------------------------------------------------- /assets/Attandance Reportac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Attandance Reportac.png -------------------------------------------------------------------------------- /assets/Attandance Reportdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Attandance Reportdac.png -------------------------------------------------------------------------------- /assets/Chatac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Chatac.png -------------------------------------------------------------------------------- /assets/Chatdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Chatdac.png -------------------------------------------------------------------------------- /assets/Contact Usac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Contact Usac.png -------------------------------------------------------------------------------- /assets/Contact Usdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Contact Usdac.png -------------------------------------------------------------------------------- /assets/Contact-Usac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Contact-Usac.png -------------------------------------------------------------------------------- /assets/Contact-Usdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Contact-Usdac.png -------------------------------------------------------------------------------- /assets/Courcesac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Courcesac.png -------------------------------------------------------------------------------- /assets/Courcesdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Courcesdac.png -------------------------------------------------------------------------------- /assets/Enter Marksac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Enter Marksac.png -------------------------------------------------------------------------------- /assets/Enter Marksdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Enter Marksdac.png -------------------------------------------------------------------------------- /assets/Exitac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Exitac.png -------------------------------------------------------------------------------- /assets/Exitdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Exitdac.png -------------------------------------------------------------------------------- /assets/Faculitiesac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Faculitiesac.png -------------------------------------------------------------------------------- /assets/Faculitiesdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Faculitiesdac.png -------------------------------------------------------------------------------- /assets/Homeac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Homeac.png -------------------------------------------------------------------------------- /assets/Homedac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Homedac.png -------------------------------------------------------------------------------- /assets/Logoutac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Logoutac.png -------------------------------------------------------------------------------- /assets/Logoutdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Logoutdac.png -------------------------------------------------------------------------------- /assets/Mark Attandanceac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Mark Attandanceac.png -------------------------------------------------------------------------------- /assets/Mark Attandancedac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Mark Attandancedac.png -------------------------------------------------------------------------------- /assets/Marksheet Reportac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Marksheet Reportac.png -------------------------------------------------------------------------------- /assets/Marksheet Reportdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Marksheet Reportdac.png -------------------------------------------------------------------------------- /assets/Notificationac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Notificationac.png -------------------------------------------------------------------------------- /assets/Notificationdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Notificationdac.png -------------------------------------------------------------------------------- /assets/Profileac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Profileac.png -------------------------------------------------------------------------------- /assets/Profiledac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Profiledac.png -------------------------------------------------------------------------------- /assets/Searchac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Searchac.png -------------------------------------------------------------------------------- /assets/Searchdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Searchdac.png -------------------------------------------------------------------------------- /assets/Studentsac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Studentsac.png -------------------------------------------------------------------------------- /assets/Studentsdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Studentsdac.png -------------------------------------------------------------------------------- /assets/Subjectsac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Subjectsac.png -------------------------------------------------------------------------------- /assets/Subjectsdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Subjectsdac.png -------------------------------------------------------------------------------- /assets/Usersac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Usersac.png -------------------------------------------------------------------------------- /assets/Usersdac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/Usersdac.png -------------------------------------------------------------------------------- /assets/adminlogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/adminlogin.png -------------------------------------------------------------------------------- /assets/adminprofile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/adminprofile.png -------------------------------------------------------------------------------- /assets/arcodding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/arcodding.png -------------------------------------------------------------------------------- /assets/assignsubject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/assignsubject.png -------------------------------------------------------------------------------- /assets/attandance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/attandance.png -------------------------------------------------------------------------------- /assets/attandancereport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/attandancereport.png -------------------------------------------------------------------------------- /assets/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/back.png -------------------------------------------------------------------------------- /assets/backgroundimage1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/backgroundimage1.jpg -------------------------------------------------------------------------------- /assets/backgroundimage2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/backgroundimage2.jpg -------------------------------------------------------------------------------- /assets/backgroundimage3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/backgroundimage3.jpg -------------------------------------------------------------------------------- /assets/backgroundimage4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/backgroundimage4.jpg -------------------------------------------------------------------------------- /assets/backgroundimage5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/backgroundimage5.jpg -------------------------------------------------------------------------------- /assets/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/book.png -------------------------------------------------------------------------------- /assets/callinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/callinfo.png -------------------------------------------------------------------------------- /assets/chatbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/chatbg.jpg -------------------------------------------------------------------------------- /assets/cources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/cources.png -------------------------------------------------------------------------------- /assets/courceshomepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/courceshomepage.png -------------------------------------------------------------------------------- /assets/dobinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/dobinfo.png -------------------------------------------------------------------------------- /assets/doubletick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/doubletick.png -------------------------------------------------------------------------------- /assets/doubletickblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/doubletickblue.png -------------------------------------------------------------------------------- /assets/doubletickgreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/doubletickgreen.png -------------------------------------------------------------------------------- /assets/doubletickorange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/doubletickorange.png -------------------------------------------------------------------------------- /assets/doubletickyellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/doubletickyellow.png -------------------------------------------------------------------------------- /assets/downarrow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/downarrow1.png -------------------------------------------------------------------------------- /assets/downloadbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/downloadbutton.png -------------------------------------------------------------------------------- /assets/downloadedbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/downloadedbutton.png -------------------------------------------------------------------------------- /assets/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/email.png -------------------------------------------------------------------------------- /assets/emailinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/emailinfo.png -------------------------------------------------------------------------------- /assets/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/exit.png -------------------------------------------------------------------------------- /assets/faculities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/faculities.png -------------------------------------------------------------------------------- /assets/facultyhomepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/facultyhomepage.png -------------------------------------------------------------------------------- /assets/facultylogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/facultylogin.png -------------------------------------------------------------------------------- /assets/graducationcap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/graducationcap.png -------------------------------------------------------------------------------- /assets/historybutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/historybutton.png -------------------------------------------------------------------------------- /assets/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/home.png -------------------------------------------------------------------------------- /assets/jpgbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/jpgbutton.png -------------------------------------------------------------------------------- /assets/lecturerhomepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/lecturerhomepage.png -------------------------------------------------------------------------------- /assets/locationinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/locationinfo.png -------------------------------------------------------------------------------- /assets/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/logout.png -------------------------------------------------------------------------------- /assets/mailinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/mailinfo.png -------------------------------------------------------------------------------- /assets/marks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/marks.png -------------------------------------------------------------------------------- /assets/messagecount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/messagecount.png -------------------------------------------------------------------------------- /assets/notfound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/notfound.png -------------------------------------------------------------------------------- /assets/notfound2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/notfound2.png -------------------------------------------------------------------------------- /assets/notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/notification.png -------------------------------------------------------------------------------- /assets/notificationhomepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/notificationhomepage.png -------------------------------------------------------------------------------- /assets/onlinestatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/onlinestatus.png -------------------------------------------------------------------------------- /assets/onlinestatusbig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/onlinestatusbig.png -------------------------------------------------------------------------------- /assets/password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/password.png -------------------------------------------------------------------------------- /assets/password1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/password1.png -------------------------------------------------------------------------------- /assets/pdfbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/pdfbutton.png -------------------------------------------------------------------------------- /assets/pngbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/pngbutton.png -------------------------------------------------------------------------------- /assets/printbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/printbutton.png -------------------------------------------------------------------------------- /assets/profilepic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/profilepic.png -------------------------------------------------------------------------------- /assets/profilepicicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/profilepicicon.jpg -------------------------------------------------------------------------------- /assets/profilepicicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/profilepicicon.png -------------------------------------------------------------------------------- /assets/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/search.png -------------------------------------------------------------------------------- /assets/searchuser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/searchuser.png -------------------------------------------------------------------------------- /assets/selectchaticon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/selectchaticon.png -------------------------------------------------------------------------------- /assets/selectedcheckbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/selectedcheckbox.png -------------------------------------------------------------------------------- /assets/selectedcheckboxforheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/selectedcheckboxforheader.png -------------------------------------------------------------------------------- /assets/selectedcheckboxicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/selectedcheckboxicon.png -------------------------------------------------------------------------------- /assets/sendmessage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/sendmessage.png -------------------------------------------------------------------------------- /assets/singletick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/singletick.png -------------------------------------------------------------------------------- /assets/student.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/student.png -------------------------------------------------------------------------------- /assets/studenthomepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/studenthomepage.png -------------------------------------------------------------------------------- /assets/studentlogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/studentlogin.png -------------------------------------------------------------------------------- /assets/subject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/subject.png -------------------------------------------------------------------------------- /assets/subjects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/subjects.png -------------------------------------------------------------------------------- /assets/subjects2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/subjects2.png -------------------------------------------------------------------------------- /assets/submitted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/submitted.png -------------------------------------------------------------------------------- /assets/teacher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/teacher.png -------------------------------------------------------------------------------- /assets/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/undo.png -------------------------------------------------------------------------------- /assets/unselectedcheckbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/unselectedcheckbox.png -------------------------------------------------------------------------------- /assets/unselectedcheckboxforheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/unselectedcheckboxforheader.png -------------------------------------------------------------------------------- /assets/unselectedcheckboxicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/unselectedcheckboxicon.png -------------------------------------------------------------------------------- /assets/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/user.png -------------------------------------------------------------------------------- /assets/userid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/assets/userid.png -------------------------------------------------------------------------------- /bin/collegeapplication/admin/Admin.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/Admin.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminData.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminMain$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminMain$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminMain$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminMain$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminMain$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminMain$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminMain.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminMain.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminProfilePanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminProfilePanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminProfilePanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminProfilePanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminProfilePanel$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminProfilePanel$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminProfilePanel$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminProfilePanel$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminProfilePanel$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminProfilePanel$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminProfilePanel$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminProfilePanel$6.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/AdminProfilePanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/AdminProfilePanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/EditAdminDetailsDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/EditAdminDetailsDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/admin/EditAdminLinksDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/admin/EditAdminLinksDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatData.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatInfoPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatInfoPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatInfoPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatInfoPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatMainPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatMainPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatMainPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatMainPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatMainPanel$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatMainPanel$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatMainPanel$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatMainPanel$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatMainPanel$MyDocumentListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatMainPanel$MyDocumentListener.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatMainPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatMainPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ChatUser.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ChatUser.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ClientHandler.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ClientHandler.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ContactInfo.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ContactInfo.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ContactListPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ContactListPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/ContactListPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/ContactListPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/Group.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/Group.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/MessageStatus.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/MessageStatus.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/NewMessage.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/NewMessage.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/RoundedCornerBorder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/RoundedCornerBorder.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/Server.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/Server.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/SubChatPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/SubChatPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/SubChatPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/SubChatPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/SubChatPanel$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/SubChatPanel$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/SubChatPanel$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/SubChatPanel$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/SubChatPanel$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/SubChatPanel$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/SubChatPanel$MessageStatusActionListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/SubChatPanel$MessageStatusActionListener.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/SubChatPanel$MyDocumentListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/SubChatPanel$MyDocumentListener.class -------------------------------------------------------------------------------- /bin/collegeapplication/chat/SubChatPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/chat/SubChatPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/ChangePasswordDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/ChangePasswordDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/DataBaseConnection.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/DataBaseConnection.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/HintPasswordField$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/HintPasswordField$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/HintPasswordField$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/HintPasswordField$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/HintPasswordField$MyDocumentListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/HintPasswordField$MyDocumentListener.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/HintPasswordField.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/HintPasswordField.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/HintTextField$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/HintTextField$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/HintTextField$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/HintTextField$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/HintTextField$MyDocumentListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/HintTextField$MyDocumentListener.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/HintTextField.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/HintTextField.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/HomePanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/HomePanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/ImageUtil.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/ImageUtil.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/Notification.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/Notification.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/NotificationData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/NotificationData.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/NotificationPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/NotificationPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/NotificationPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/NotificationPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/NotificationPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/NotificationPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/Person.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/Person.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/PhotoViewPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/PhotoViewPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/PhotoViewPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/PhotoViewPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/PhotoViewPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/PhotoViewPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/PrintMarksheetDialog$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/PrintMarksheetDialog$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/PrintMarksheetDialog$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/PrintMarksheetDialog$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/PrintMarksheetDialog$3$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/PrintMarksheetDialog$3$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/PrintMarksheetDialog$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/PrintMarksheetDialog$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/PrintMarksheetDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/PrintMarksheetDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/ScrollPaneUtil$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/ScrollPaneUtil$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/ScrollPaneUtil.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/ScrollPaneUtil.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/SearchPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/SearchPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/SearchPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/SearchPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/SearchPanel$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/SearchPanel$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/SearchPanel$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/SearchPanel$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/SearchPanel$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/SearchPanel$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/SearchPanel$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/SearchPanel$6.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/SearchPanel$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/SearchPanel$7.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/SearchPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/SearchPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/TimeUtil.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/TimeUtil.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/User.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/User.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/UserData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/UserData.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/UsersPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/UsersPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/UsersPanel$CellRenderer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/UsersPanel$CellRenderer.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/UsersPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/UsersPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/common/printMarksheetPDF.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/common/printMarksheetPDF.class -------------------------------------------------------------------------------- /bin/collegeapplication/cource/AddCourceDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/cource/AddCourceDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/cource/Cource.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/cource/Cource.class -------------------------------------------------------------------------------- /bin/collegeapplication/cource/CourceData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/cource/CourceData.class -------------------------------------------------------------------------------- /bin/collegeapplication/cource/CourcePanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/cource/CourcePanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/cource/RollGeneratorDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/cource/RollGeneratorDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/cource/RollGeneratorPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/cource/RollGeneratorPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/cource/RollGeneratorPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/cource/RollGeneratorPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/cource/RollGeneratorPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/cource/RollGeneratorPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/cource/RollNumberData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/cource/RollNumberData.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$10.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$10.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$11.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$11.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$12.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$12.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$13.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$13.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$14.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$14.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$6.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$7.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$8.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog$9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog$9.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/AddFaculityDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/AddFaculityDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/Faculty.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/Faculty.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/FacultyData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/FacultyData.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/FacultyMain$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/FacultyMain$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/FacultyMain$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/FacultyMain$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/FacultyMain$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/FacultyMain$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/FacultyMain.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/FacultyMain.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/FacultyPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/FacultyPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/FacultyPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/FacultyPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/FacultyPanel$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/FacultyPanel$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/FacultyPanel$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/FacultyPanel$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/FacultyPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/FacultyPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/ViewFacultyPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/ViewFacultyPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/ViewFacultyPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/ViewFacultyPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/ViewFacultyPanel$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/ViewFacultyPanel$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/ViewFacultyPanel$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/ViewFacultyPanel$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/ViewFacultyPanel$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/ViewFacultyPanel$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/ViewFacultyPanel$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/ViewFacultyPanel$6.class -------------------------------------------------------------------------------- /bin/collegeapplication/faculty/ViewFacultyPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/faculty/ViewFacultyPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/login/LoginPageFrame$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/login/LoginPageFrame$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/login/LoginPageFrame$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/login/LoginPageFrame$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/login/LoginPageFrame$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/login/LoginPageFrame$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/login/LoginPageFrame$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/login/LoginPageFrame$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/login/LoginPageFrame$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/login/LoginPageFrame$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/login/LoginPageFrame.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/login/LoginPageFrame.class -------------------------------------------------------------------------------- /bin/collegeapplication/login/LoginPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/login/LoginPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AddStudentDialog$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AddStudentDialog$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AddStudentDialog$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AddStudentDialog$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AddStudentDialog$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AddStudentDialog$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AddStudentDialog$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AddStudentDialog$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AddStudentDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AddStudentDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/Attandance.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/Attandance.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel$6.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel$7.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel$8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel$8.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel$9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel$9.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel$CellRenderer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel$CellRenderer.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/AttandanceReportPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/AttandanceReportPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/EnterMarksPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/EnterMarksPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/EnterMarksPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/EnterMarksPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/EnterMarksPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/EnterMarksPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/ForcedListSelectionModel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/ForcedListSelectionModel.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/HeaderRendererForCheckBox$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/HeaderRendererForCheckBox$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/HeaderRendererForCheckBox$CheckBoxIcon.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/HeaderRendererForCheckBox$CheckBoxIcon.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/HeaderRendererForCheckBox.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/HeaderRendererForCheckBox.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkAttandancePanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkAttandancePanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkAttandancePanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkAttandancePanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetPanel$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetPanel$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetPanel$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetPanel$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetPanel$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetPanel$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetPanel$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetPanel$6.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetPanel$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetPanel$7.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetPanel$CellRenderer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetPanel$CellRenderer.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$10.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$10.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$6.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$7.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$8.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$9.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$DeclareResult.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$DeclareResult.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel$MouseAdapterForTable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel$MouseAdapterForTable.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/MarkSheetReportPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/MarkSheetReportPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/Marks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/Marks.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/RollNumberAvailableException.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/RollNumberAvailableException.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/Student.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/Student.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/StudentData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/StudentData.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/StudentMain$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/StudentMain$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/StudentMain$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/StudentMain$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/StudentMain$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/StudentMain$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/StudentMain.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/StudentMain.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/StudentPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/StudentPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/StudentPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/StudentPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/StudentPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/StudentPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/ViewStudentDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/ViewStudentDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/ViewStudentPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/ViewStudentPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/ViewStudentPanel$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/ViewStudentPanel$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/ViewStudentPanel$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/ViewStudentPanel$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/ViewStudentPanel$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/ViewStudentPanel$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/ViewStudentPanel$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/ViewStudentPanel$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/ViewStudentPanel$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/ViewStudentPanel$6.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/ViewStudentPanel$7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/ViewStudentPanel$7.class -------------------------------------------------------------------------------- /bin/collegeapplication/student/ViewStudentPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/student/ViewStudentPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/AddSubjectDialog$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/AddSubjectDialog$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/AddSubjectDialog$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/AddSubjectDialog$2.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/AddSubjectDialog$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/AddSubjectDialog$3.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/AddSubjectDialog$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/AddSubjectDialog$4.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/AddSubjectDialog$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/AddSubjectDialog$5.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/AddSubjectDialog$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/AddSubjectDialog$6.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/AddSubjectDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/AddSubjectDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/AssignSubjectDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/AssignSubjectDialog.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/AssignSubjectPanel$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/AssignSubjectPanel$1.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/AssignSubjectPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/AssignSubjectPanel.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/Subject.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/Subject.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/SubjectData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/SubjectData.class -------------------------------------------------------------------------------- /bin/collegeapplication/subject/SubjectPanel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/bin/collegeapplication/subject/SubjectPanel.class -------------------------------------------------------------------------------- /jar files/mysql-connector-java-5.1.38.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/jar files/mysql-connector-java-5.1.38.jar -------------------------------------------------------------------------------- /jar files/rs2xml.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/jar files/rs2xml.jar -------------------------------------------------------------------------------- /screenshots/attandancereport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/attandancereport.png -------------------------------------------------------------------------------- /screenshots/collagedetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/collagedetails.png -------------------------------------------------------------------------------- /screenshots/courceslist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/courceslist.png -------------------------------------------------------------------------------- /screenshots/declareresult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/declareresult.png -------------------------------------------------------------------------------- /screenshots/faculties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/faculties.png -------------------------------------------------------------------------------- /screenshots/groupchatting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/groupchatting.png -------------------------------------------------------------------------------- /screenshots/homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/homepage.png -------------------------------------------------------------------------------- /screenshots/loginscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/loginscreen.png -------------------------------------------------------------------------------- /screenshots/markattandance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/markattandance.png -------------------------------------------------------------------------------- /screenshots/marksheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/marksheet.png -------------------------------------------------------------------------------- /screenshots/personalchatting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/personalchatting.png -------------------------------------------------------------------------------- /screenshots/studentdetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/studentdetails.png -------------------------------------------------------------------------------- /screenshots/students.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/students.png -------------------------------------------------------------------------------- /screenshots/subjects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaysinh1290/College-Management-System-In-Java/05066d11ef0a78e33890d7af3b532da17c894e3e/screenshots/subjects.png -------------------------------------------------------------------------------- /src/collegeapplication/admin/Admin.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.admin; 2 | 3 | import java.awt.Image; 4 | import java.awt.Toolkit; 5 | import java.awt.image.BufferedImage; 6 | import java.io.ByteArrayOutputStream; 7 | import java.io.IOException; 8 | 9 | import javax.imageio.ImageIO; 10 | 11 | import collegeapplication.common.ImageUtil; 12 | 13 | /* 14 | * Title : Admin.java 15 | * Created by : Ajaysinh Rathod 16 | * Purpose : To bind all data of admin 17 | * Mail : ajaysinhrathod1290@gmail.com 18 | */ 19 | 20 | public class Admin 21 | { 22 | private String website; 23 | private String contactnumber; 24 | private String emailid; 25 | private String collagename; 26 | private String password; 27 | private Image logoimage; 28 | private String facebook; 29 | private String instagram; 30 | private String twitter; 31 | private String lastlogin; 32 | private String linkedin; 33 | private String address; 34 | private boolean isactive=false; 35 | public void setWebsite(String website) 36 | { 37 | this.website=website; 38 | } 39 | 40 | public void setContactNumber(String contactnumber) 41 | { 42 | this.contactnumber=contactnumber; 43 | } 44 | public void setEmailId(String emailid) 45 | { 46 | this.emailid=emailid; 47 | } 48 | public void setCollageName(String collagename) 49 | { 50 | this.collagename=collagename; 51 | } 52 | public void setPassword(String password) 53 | { 54 | this.password=password; 55 | } 56 | public void setProfilePic(byte[] imagedata) 57 | { 58 | this.logoimage=Toolkit.getDefaultToolkit().createImage(imagedata); 59 | } 60 | public void setProfilePic(Image profilepic) 61 | { 62 | this.logoimage=profilepic; 63 | } 64 | public void setFaceBookLink(String facebooklink) 65 | { 66 | this.facebook=facebooklink; 67 | } 68 | public void setInstagramLink(String instagramlink) 69 | { 70 | this.instagram=instagramlink; 71 | } 72 | public void setLinkedinLink(String linkedinlink) 73 | { 74 | this.linkedin=linkedinlink; 75 | } 76 | public void setTwitterLink(String twitterlink) 77 | { 78 | this.twitter=twitterlink; 79 | } 80 | public void setLastLogin(String lastlogin) 81 | { 82 | this.lastlogin=lastlogin; 83 | } 84 | public void setActiveStatus(boolean isactive) 85 | { 86 | this.isactive=isactive; 87 | } 88 | public void setAddress(String address) 89 | { 90 | this.address=address; 91 | } 92 | public String getWebsite() 93 | { 94 | return website; 95 | } 96 | public String getContactNumber() 97 | { 98 | return contactnumber; 99 | } 100 | public String getEmailId() 101 | { 102 | return emailid; 103 | } 104 | public String getCollageName() 105 | { 106 | return collagename; 107 | } 108 | public String getPassword() 109 | { 110 | return password; 111 | } 112 | public boolean getActiveStatus() 113 | { 114 | return isactive; 115 | } 116 | public String getFacebookLink() 117 | { 118 | return facebook; 119 | } 120 | public String getInstagramLink() 121 | { 122 | return instagram; 123 | } 124 | public String getTwitterLink() 125 | { 126 | return twitter; 127 | } 128 | public String getLinkedinLink() 129 | { 130 | return linkedin; 131 | } 132 | public Image getProfilePic() 133 | { 134 | return logoimage; 135 | } 136 | public byte[] getProfilePicInBytes() 137 | { 138 | ByteArrayOutputStream imagedata=new ByteArrayOutputStream(); 139 | try { 140 | ImageIO.write(ImageUtil.toBufferedImage(logoimage), "jpg", imagedata); 141 | } catch (IOException e) { 142 | // TODO Auto-generated catch block 143 | e.printStackTrace(); 144 | } 145 | return imagedata.toByteArray(); 146 | 147 | } 148 | 149 | public Image getProfilePic(int width,int height) 150 | { 151 | return logoimage.getScaledInstance(width, height, Image.SCALE_SMOOTH); 152 | } 153 | public BufferedImage getRoundedProfilePic(int width,int height,int radius) 154 | { 155 | return ImageUtil.makeRoundedCorner(ImageUtil.toBufferedImage(logoimage.getScaledInstance(width, height, Image.SCALE_SMOOTH)), radius); 156 | } 157 | public String getLastLogin() 158 | { 159 | return lastlogin; 160 | } 161 | public String getAddress() 162 | { 163 | return address; 164 | } 165 | 166 | 167 | } 168 | -------------------------------------------------------------------------------- /src/collegeapplication/admin/AdminData.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.admin; 2 | 3 | import java.awt.Image; 4 | import java.awt.Toolkit; 5 | import java.sql.Connection; 6 | import java.sql.PreparedStatement; 7 | import java.sql.Statement; 8 | import java.sql.ResultSet; 9 | import javax.swing.JOptionPane; 10 | 11 | import collegeapplication.common.DataBaseConnection; 12 | import collegeapplication.common.TimeUtil; 13 | 14 | /* 15 | * Title : AdminData.java 16 | * Created by : Ajaysinh Rathod 17 | * Purpose : Handling all the data related to admin 18 | * Mail : ajaysinhrathod1290@gmail.com 19 | */ 20 | public class AdminData { 21 | 22 | Connection con=DataBaseConnection.getConnection(); 23 | 24 | public int updateAdminLink(Admin a) 25 | { 26 | int result=0; 27 | try 28 | { 29 | String query="update admin set facebook=?,instagram=?,twitter=?,linkedin=?"; 30 | PreparedStatement ps=con.prepareStatement(query); 31 | ps.setString(1, a.getFacebookLink()); 32 | ps.setString(2, a.getInstagramLink()); 33 | ps.setString(3, a.getTwitterLink()); 34 | ps.setString(4, a.getLinkedinLink()); 35 | result=ps.executeUpdate(); 36 | } 37 | catch(Exception exp) 38 | { 39 | exp.printStackTrace(); 40 | 41 | } 42 | return result; 43 | } 44 | public String getLastLogin() 45 | { 46 | try 47 | { 48 | String query="select lastlogin from admin"; 49 | Statement st=con.createStatement(); 50 | ResultSet rs=st.executeQuery(query); 51 | rs.next(); 52 | return rs.getString(1); 53 | } 54 | catch(Exception exp) 55 | { 56 | exp.printStackTrace(); 57 | } 58 | return null; 59 | } 60 | public int updateAdminDetails(Admin a) 61 | { 62 | int result=0; 63 | try 64 | { 65 | String query="update admin set collagename=?,address=?,emailid=?,contactnumber=?,website=?,lastlogin=?,password=?,logo=?,activestatus=?"; 66 | PreparedStatement pr=con.prepareStatement(query); 67 | pr.setString(1, a.getCollageName()); 68 | pr.setString(2, a.getAddress()); 69 | pr.setString(3, a.getEmailId()); 70 | pr.setString(4, a.getContactNumber()); 71 | pr.setString(5, a.getWebsite()); 72 | pr.setString(6, TimeUtil.getCurrentTime()); 73 | pr.setString(7, a.getPassword()); 74 | pr.setBytes(8,a.getProfilePicInBytes()); 75 | pr.setBoolean(9, a.getActiveStatus()); 76 | 77 | result=pr.executeUpdate(); 78 | } 79 | catch(Exception exp) 80 | { 81 | exp.printStackTrace(); 82 | } 83 | return result; 84 | } 85 | public boolean isActive() 86 | { 87 | try 88 | { 89 | String query="select activestatus from admin"; 90 | java.sql.Statement st=con.createStatement(); 91 | ResultSet rs=st.executeQuery(query); 92 | rs.next(); 93 | return rs.getBoolean(1); 94 | } 95 | catch(Exception exp) 96 | { 97 | exp.printStackTrace(); 98 | } 99 | return false; 100 | } 101 | public Admin getAdminData() 102 | { 103 | Admin a=new Admin(); 104 | try 105 | { 106 | String query="select * from admin"; 107 | java.sql.Statement st=con.createStatement(); 108 | ResultSet rs=st.executeQuery(query); 109 | rs.next(); 110 | a.setCollageName(rs.getString(1)); 111 | a.setAddress(rs.getString(2)); 112 | a.setEmailId(rs.getString(3)); 113 | a.setContactNumber(rs.getString(4)); 114 | a.setWebsite(rs.getString(5)); 115 | a.setLastLogin(rs.getString(6)); 116 | a.setPassword(rs.getString(7)); 117 | a.setFaceBookLink(rs.getString(8)); 118 | a.setInstagramLink(rs.getString(9)); 119 | a.setTwitterLink(rs.getString(10)); 120 | a.setLinkedinLink(rs.getString(11)); 121 | a.setProfilePic(rs.getBytes(12)); 122 | a.setActiveStatus(rs.getBoolean(13)); 123 | } 124 | catch(Exception exp) 125 | { 126 | exp.printStackTrace(); 127 | } 128 | return a; 129 | } 130 | 131 | public boolean checkPassword(String userid,String password) 132 | { 133 | Admin a=this.getAdminData(); 134 | userid=userid.trim(); 135 | if(userid.equalsIgnoreCase("Admin")&&a.getPassword().equals(password)) 136 | { 137 | return true; 138 | } 139 | else 140 | { 141 | JOptionPane.showMessageDialog(null, "Incorrect Userid or Password","Error",JOptionPane.ERROR_MESSAGE); 142 | } 143 | return false; 144 | 145 | } 146 | public int setActiveStatus(boolean status) 147 | { 148 | int result=0; 149 | try 150 | { 151 | String query="update admin set activestatus="+status; 152 | PreparedStatement pr=con.prepareStatement(query); 153 | result=pr.executeUpdate(); 154 | pr.close(); 155 | } 156 | catch(Exception exp) 157 | { 158 | exp.printStackTrace(); 159 | } 160 | return result; 161 | 162 | } 163 | public Image getProfilePic() 164 | { 165 | try 166 | { 167 | String query="select logo from admin"; 168 | Statement st=con.createStatement(); 169 | ResultSet rs=st.executeQuery(query); 170 | rs.next(); 171 | byte[] imagedata=rs.getBytes(1); 172 | Image image=Toolkit.getDefaultToolkit().createImage(imagedata); 173 | return image; 174 | } 175 | catch(Exception exp) 176 | { 177 | exp.printStackTrace(); 178 | } 179 | return null; 180 | } 181 | } 182 | 183 | 184 | -------------------------------------------------------------------------------- /src/collegeapplication/chat/ChatUser.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.chat; 2 | 3 | import java.io.Serializable; 4 | import java.text.SimpleDateFormat; 5 | import java.util.Date; 6 | 7 | /* 8 | * Title : ChatUser.java 9 | * Created by : Ajaysinh Rathod 10 | * Purpose : Binding all the data about chat 11 | * Mail : ajaysinhrathod1290@gmail.com 12 | */ 13 | public class ChatUser implements Serializable 14 | { 15 | 16 | private static final long serialVersionUID = -9098464960153178150L; 17 | private String fromuserid; 18 | private String fromusername; 19 | private String messagetime; 20 | private String messagedate; 21 | private String message; 22 | private String touserid; 23 | private String tousername; 24 | private String userprofile; 25 | private int sr_no=0; 26 | private boolean isactive=false; 27 | private String readby=""; 28 | 29 | public void setReadBy(String readby) 30 | { 31 | this.readby=readby; 32 | } 33 | public void setUserProfile(String userprofile) 34 | { 35 | this.userprofile=userprofile; 36 | } 37 | public void setSr_no(int sr_no) 38 | { 39 | this.sr_no=sr_no; 40 | } 41 | public void setFromUserID(String fromuserid) 42 | { 43 | this.fromuserid=fromuserid; 44 | } 45 | public void setFromUserName(String fromusername) 46 | { 47 | this.fromusername=fromusername; 48 | } 49 | public void setToUserID(String touserid) 50 | { 51 | this.touserid=touserid; 52 | } 53 | public void setMessageTime(String messagetime) 54 | { 55 | this.messagetime=messagetime; 56 | } 57 | public void setMessageDate(String messagedate) 58 | { 59 | this.messagedate=messagedate; 60 | } 61 | public void setMessage(String message) 62 | { 63 | this.message=message; 64 | } 65 | public void setFromUser(String fromuserid,String fromusername) 66 | { 67 | this.fromuserid=fromuserid;; 68 | this.fromusername=fromusername; 69 | } 70 | public void setMessage(String message,Date messagetimeanddate) 71 | { 72 | this.message=message; 73 | SimpleDateFormat timeformatter=new SimpleDateFormat("hh:mm aaa"); 74 | SimpleDateFormat dateformatter=new SimpleDateFormat("dd-MMM,yyyy"); 75 | this.messagetime=timeformatter.format(messagetimeanddate); 76 | this.messagedate=dateformatter.format(messagetimeanddate); 77 | 78 | } 79 | public void setToUser(String userprofile,String touserid,String tousername,boolean isactive) 80 | { 81 | this.userprofile=userprofile; 82 | this.touserid=touserid; 83 | this.tousername=tousername; 84 | this.isactive=isactive; 85 | } 86 | public String getFromUserId() 87 | { 88 | return fromuserid; 89 | } 90 | public String getUserProfile() 91 | { 92 | return userprofile; 93 | } 94 | public String getFromUserName() 95 | { 96 | return fromusername; 97 | } 98 | public String getMessage() 99 | { 100 | return message; 101 | } 102 | 103 | public String getMessageTime() 104 | { 105 | return messagetime; 106 | } 107 | public String getMessageDate() 108 | { 109 | return messagedate; 110 | } 111 | 112 | public String getToUserId() 113 | { 114 | return touserid; 115 | } 116 | public String getToUserName() 117 | { 118 | return tousername; 119 | } 120 | public boolean isActive() 121 | { 122 | return isactive; 123 | } 124 | public int getSr_no() 125 | { 126 | return sr_no; 127 | } 128 | public String getReadBy() 129 | { 130 | return readby; 131 | } 132 | 133 | } 134 | -------------------------------------------------------------------------------- /src/collegeapplication/chat/ClientHandler.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.chat; 2 | 3 | import java.io.EOFException; 4 | import java.io.ObjectInputStream; 5 | import java.io.ObjectOutputStream; 6 | import java.net.Socket; 7 | import java.net.SocketException; 8 | 9 | public class ClientHandler implements Runnable 10 | { 11 | 12 | Socket socket; 13 | ObjectInputStream reader; 14 | ObjectOutputStream writer; 15 | int position=0; 16 | public ClientHandler(Socket socket) 17 | { 18 | try 19 | { 20 | this.socket=socket; 21 | this.reader=new ObjectInputStream(socket.getInputStream()); 22 | this.writer=new ObjectOutputStream(socket.getOutputStream()); 23 | } 24 | catch(Exception exp) 25 | { 26 | exp.printStackTrace(); 27 | } 28 | } 29 | @Override 30 | public void run() 31 | { 32 | // TODO Auto-generated method stub 33 | try 34 | { 35 | while(true) 36 | { 37 | ChatUser user=(ChatUser)reader.readObject(); 38 | for(ClientHandler s:Server.clientlist) 39 | { 40 | System.out.println(user.getFromUserId()+":"+user.getMessage()); 41 | s.writer.writeObject(user); 42 | s.writer.reset(); 43 | } 44 | } 45 | } 46 | catch(EOFException exp) 47 | { 48 | Server.clientlist.remove(this.position); 49 | int i=0; 50 | for(ClientHandler s:Server.clientlist) 51 | { 52 | s.position=i; 53 | i++; 54 | } 55 | } 56 | catch(SocketException exp) 57 | { 58 | //if user is disconnected than close input stream and output stream 59 | Server.clientlist.remove(this.position); 60 | int i=0; 61 | for(ClientHandler s:Server.clientlist) 62 | { 63 | s.position=i; 64 | i++; 65 | } 66 | 67 | } 68 | catch(Exception exp) 69 | { 70 | exp.printStackTrace(); 71 | } 72 | 73 | } 74 | 75 | 76 | } 77 | 78 | 79 | -------------------------------------------------------------------------------- /src/collegeapplication/chat/Group.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.chat; 2 | 3 | import java.awt.Image; 4 | 5 | /* 6 | * Title : Group.java 7 | * Created by : Ajaysinh Rathod 8 | * Purpose : To binding all the data related to group 9 | * Mail : ajaysinhrathod1290@gmail.com 10 | */ 11 | class Group 12 | { 13 | private Image groupimage; 14 | private String groupname; 15 | private int members; 16 | private String courcecode; 17 | private int semoryear; 18 | public void setImage(Image image) 19 | { 20 | this.groupimage=image; 21 | } 22 | public void setGroupName(String groupname) 23 | { 24 | this.groupname=groupname; 25 | } 26 | public void setCourceCode(String courcecode) 27 | { 28 | this.courcecode=courcecode; 29 | } 30 | public void setSem(int semoryear) 31 | { 32 | this.semoryear=semoryear; 33 | } 34 | public void setMembers(int members) 35 | { 36 | this.members=members; 37 | } 38 | public Image getImage() 39 | { 40 | return groupimage; 41 | } 42 | public String getGroupName() 43 | { 44 | return groupname; 45 | } 46 | public String getCourceCode() 47 | { 48 | return courcecode; 49 | } 50 | public int getSemorYear() 51 | { 52 | return semoryear; 53 | } 54 | public int getMembers() 55 | { 56 | return members; 57 | } 58 | 59 | } -------------------------------------------------------------------------------- /src/collegeapplication/chat/Server.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.chat; 2 | 3 | import javax.swing.JFrame; 4 | import javax.swing.JLabel; 5 | import javax.swing.Timer; 6 | 7 | import java.awt.BorderLayout; 8 | import java.awt.Color; 9 | import java.awt.Font; 10 | import java.awt.event.ActionListener; 11 | import java.net.BindException; 12 | import java.net.ServerSocket; 13 | import java.net.Socket; 14 | import java.util.Vector; 15 | 16 | @SuppressWarnings("serial") 17 | public class Server extends JFrame implements Runnable 18 | { 19 | 20 | public final static int port=2003; 21 | public static Vector clientlist=new Vector(); 22 | 23 | public Server() 24 | { 25 | setSize(400,200); 26 | setTitle("Chat Server"); 27 | this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); 28 | this.getContentPane().setBackground(Color.white); 29 | 30 | JLabel label=new JLabel(); 31 | label.setHorizontalAlignment(JLabel.CENTER); 32 | label.setBackground(Color.white); 33 | label.setFont(new Font("Cambria Math", Font.PLAIN, 18)); 34 | label.setText("Active Users : "+clientlist.size()); 35 | getContentPane().add(label,BorderLayout.CENTER); 36 | ActionListener countuser=e-> 37 | { 38 | label.setText("Active Users : "+clientlist.size()); 39 | }; 40 | Timer timer=new Timer(1000,countuser); 41 | timer.start(); 42 | this.setVisible(true); 43 | } 44 | 45 | public static void main(String args[]) 46 | { 47 | Server server=new Server(); 48 | Thread thread=new Thread(server); 49 | thread.start(); 50 | 51 | } 52 | 53 | @Override 54 | public void run() { 55 | // TODO Auto-generated method stub 56 | try 57 | { 58 | @SuppressWarnings("resource") 59 | ServerSocket server=new ServerSocket(Server.port); 60 | System.out.println("Server Started"); 61 | while(true) 62 | { 63 | Socket socket=server.accept(); 64 | 65 | ClientHandler client=new ClientHandler(socket); 66 | client.position=clientlist.size(); 67 | clientlist.add(client); 68 | System.out.println("Active User :"+clientlist.size()); 69 | Thread thread=new Thread(client); 70 | thread.start(); 71 | } 72 | 73 | } 74 | catch(BindException exp) 75 | { 76 | System.exit(0); 77 | } 78 | catch(Exception exp) 79 | { 80 | exp.printStackTrace(); 81 | } 82 | } 83 | } 84 | -------------------------------------------------------------------------------- /src/collegeapplication/common/DataBaseConnection.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.sql.*; 4 | 5 | /* 6 | * Title : DataBaseConnection.java 7 | * Created by : Ajaysinh Rathod 8 | * Purpose : For database connection 9 | * Mail : ajaysinhrathod1290@gmail.com 10 | */ 11 | 12 | public class DataBaseConnection { 13 | 14 | static Connection con=null; 15 | static final String url="jdbc:mysql://localhost:3306/collegedata"; 16 | static final String uname="root"; 17 | static final String password=""; 18 | 19 | 20 | public static Connection getConnection() 21 | { 22 | if(con!=null) 23 | { 24 | return con; 25 | } 26 | else 27 | { 28 | try 29 | { 30 | 31 | Class.forName("com.mysql.jdbc.Driver"); 32 | con=DriverManager.getConnection(url,uname,password); 33 | return con; 34 | } 35 | catch(Exception exp) 36 | { 37 | exp.printStackTrace(); 38 | return con; 39 | } 40 | } 41 | } 42 | public static boolean checkconnection() 43 | { 44 | 45 | try 46 | { 47 | 48 | Class.forName("com.mysql.jdbc.Driver"); 49 | con=DriverManager.getConnection(url,uname,password); 50 | return true; 51 | } 52 | catch(Exception exp) 53 | { 54 | exp.printStackTrace(); 55 | return false; 56 | } 57 | } 58 | public static void closeConnection() 59 | { 60 | try { 61 | con.close(); 62 | } catch (SQLException e) { 63 | // TODO Auto-generated catch block 64 | e.printStackTrace(); 65 | } 66 | } 67 | 68 | } 69 | -------------------------------------------------------------------------------- /src/collegeapplication/common/HintPasswordField.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.awt.BorderLayout; 4 | import java.awt.Color; 5 | import java.awt.Font; 6 | import java.awt.event.KeyAdapter; 7 | import java.awt.event.KeyEvent; 8 | import java.awt.event.MouseAdapter; 9 | import java.awt.event.MouseEvent; 10 | 11 | import javax.swing.JLabel; 12 | import javax.swing.JPasswordField; 13 | import javax.swing.event.DocumentEvent; 14 | import javax.swing.event.DocumentListener; 15 | import javax.swing.text.Document; 16 | 17 | 18 | /* 19 | * Title : HintPasswordField.java 20 | * Created by : Ajaysinh Rathod 21 | * Purpose : For giving hint to user in password field 22 | * Mail : ajaysinhrathod1290@gmail.com 23 | */ 24 | 25 | @SuppressWarnings("serial") 26 | public class HintPasswordField extends JPasswordField { 27 | 28 | 29 | private JLabel hintlabel; 30 | /** 31 | * 32 | */ 33 | 34 | public HintPasswordField(String hint,Color hintforegroundcolor) 35 | { 36 | this(hint); 37 | hintlabel.setForeground(hintforegroundcolor); 38 | } 39 | public HintPasswordField(String hint) { 40 | 41 | hint=hint.trim(); 42 | 43 | setForeground(Color.DARK_GRAY); 44 | setLayout(new BorderLayout()); 45 | hintlabel=new JLabel(hint); 46 | hintlabel.setFont(new Font("Segoe UI",Font.PLAIN,18)); 47 | hintlabel.setForeground(new Color(100,100,100)); 48 | add(hintlabel,BorderLayout.LINE_START); 49 | this.getDocument().addDocumentListener(new MyDocumentListener()); 50 | 51 | this.addMouseListener(new MouseAdapter() 52 | { 53 | public void mousePressed(MouseEvent e) 54 | { 55 | JPasswordField field=(JPasswordField) e.getSource(); 56 | field.setFocusable(true); 57 | } 58 | } 59 | ); 60 | this.addKeyListener(new KeyAdapter() 61 | { 62 | @Override 63 | public void keyPressed(KeyEvent e) 64 | { 65 | if(e.getKeyCode()==KeyEvent.VK_ENTER) 66 | { 67 | setFocusable(false); 68 | } 69 | } 70 | } 71 | 72 | ); 73 | } 74 | private class MyDocumentListener implements DocumentListener 75 | { 76 | public void insertUpdate(DocumentEvent e) 77 | { 78 | updateLog(e); 79 | } 80 | public void removeUpdate(DocumentEvent e) 81 | { 82 | updateLog(e); 83 | } 84 | public void changedUpdate(DocumentEvent e) 85 | { 86 | //Plain text components do not fire these events 87 | } 88 | public void updateLog(DocumentEvent e) 89 | { 90 | Document doc = (Document)e.getDocument(); 91 | if(doc.getLength()==0) 92 | { 93 | hintlabel.setVisible(true); 94 | } 95 | else 96 | { 97 | hintlabel.setVisible(false); 98 | } 99 | } 100 | } 101 | } -------------------------------------------------------------------------------- /src/collegeapplication/common/HintTextField.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.awt.BorderLayout; 4 | import java.awt.Color; 5 | import java.awt.Font; 6 | import java.awt.event.KeyAdapter; 7 | import java.awt.event.KeyEvent; 8 | import java.awt.event.MouseAdapter; 9 | import java.awt.event.MouseEvent; 10 | 11 | import javax.swing.JLabel; 12 | import javax.swing.JTextField; 13 | import javax.swing.event.DocumentEvent; 14 | import javax.swing.event.DocumentListener; 15 | import javax.swing.text.Document; 16 | 17 | /* 18 | * Title : HintTextField.java 19 | * Created by : Ajaysinh Rathod 20 | * Purpose : For giving hint to user in text field 21 | * Mail : ajaysinhrathod1290@gmail.com 22 | */ 23 | 24 | @SuppressWarnings("serial") 25 | public class HintTextField extends JTextField { 26 | 27 | 28 | private JLabel hintlabel; 29 | /** 30 | * 31 | */ 32 | 33 | public HintTextField(String hint,Color hintforegroundcolor) 34 | { 35 | this(hint); 36 | hintlabel.setForeground(hintforegroundcolor); 37 | } 38 | public HintTextField(String hint) { 39 | 40 | hint=hint.trim(); 41 | 42 | setForeground(Color.DARK_GRAY); 43 | setLayout(new BorderLayout()); 44 | hintlabel=new JLabel(hint); 45 | hintlabel.setFont(new Font("Segoe UI",Font.PLAIN,18)); 46 | hintlabel.setForeground(new Color(100,100,100)); 47 | add(hintlabel,BorderLayout.LINE_START); 48 | this.getDocument().addDocumentListener(new MyDocumentListener()); 49 | 50 | this.addMouseListener(new MouseAdapter() 51 | { 52 | public void mousePressed(MouseEvent e) 53 | { 54 | JTextField field=(JTextField) e.getSource(); 55 | field.setFocusable(true); 56 | } 57 | } 58 | ); 59 | this.addKeyListener(new KeyAdapter() 60 | { 61 | @Override 62 | public void keyPressed(KeyEvent e) 63 | { 64 | if(e.getKeyCode()==KeyEvent.VK_ENTER) 65 | { 66 | setFocusable(false); 67 | } 68 | } 69 | } 70 | 71 | ); 72 | 73 | // this.addFocusListener(new FocusAdapter() { 74 | // 75 | // @Override 76 | // public void focusGained(FocusEvent e) { 77 | // if (getText().equals(hint)) { 78 | // setText(""); 79 | // } else { 80 | // setText(getText()); 81 | // 82 | // } 83 | // } 84 | // 85 | // @Override 86 | // public void focusLost(FocusEvent e) { 87 | // if (getText().equals(hint)|| getText().length()==0) { 88 | // setText(hint); 89 | // } else { 90 | // setText(getText()); 91 | // } 92 | // } 93 | // }); 94 | 95 | } 96 | private class MyDocumentListener implements DocumentListener { 97 | public void insertUpdate(DocumentEvent e) { 98 | updateLog(e, "inserted into"); 99 | } 100 | public void removeUpdate(DocumentEvent e) { 101 | updateLog(e, "removed from"); 102 | } 103 | public void changedUpdate(DocumentEvent e) { 104 | //Plain text components do not fire these events 105 | } 106 | public void updateLog(DocumentEvent e, String action) 107 | { 108 | Document doc = (Document)e.getDocument(); 109 | if(doc.getLength()==0) 110 | { 111 | hintlabel.setVisible(true); 112 | } 113 | else 114 | { 115 | hintlabel.setVisible(false); 116 | } 117 | } 118 | } 119 | } -------------------------------------------------------------------------------- /src/collegeapplication/common/ImageUtil.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.awt.image.*; 4 | import java.awt.geom.RoundRectangle2D; 5 | import javax.swing.*; 6 | import java.awt.*; 7 | 8 | /* 9 | * Title : ImageUtil.java 10 | * Created by : Ajaysinh Rathod 11 | * Purpose : All the functions related to image like.. 12 | * ->Image to bufferedimage 13 | * ->Resizing Bufferdimage 14 | * ->Converting square shape image to round shape 15 | * Mail : ajaysinhrathod1290@gmail.com 16 | * Reference : https://stackoverflow.com/ 17 | */ 18 | public class ImageUtil { 19 | 20 | public static BufferedImage toBufferedImage(Image image) 21 | { 22 | if (image instanceof BufferedImage) 23 | return (BufferedImage)image; 24 | 25 | // This code ensures that all the pixels in the image are loaded 26 | image = new ImageIcon(image).getImage(); 27 | 28 | // Determine if the image has transparent pixels 29 | boolean hasAlpha = hasAlpha(image); 30 | 31 | // Create a buffered image with a format that's compatible with the screen 32 | BufferedImage bimage = null; 33 | 34 | GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); 35 | 36 | try { 37 | // Determine the type of transparency of the new buffered image 38 | int transparency = Transparency.OPAQUE; 39 | 40 | if (hasAlpha == true) 41 | transparency = Transparency.BITMASK; 42 | 43 | // Create the buffered image 44 | GraphicsDevice gs = ge.getDefaultScreenDevice(); 45 | GraphicsConfiguration gc = gs.getDefaultConfiguration(); 46 | 47 | bimage = gc.createCompatibleImage(image.getWidth(null), image.getHeight(null), transparency); 48 | } catch (HeadlessException e) { } //No screen 49 | 50 | if (bimage == null) { 51 | // Create a buffered image using the default color model 52 | int type = BufferedImage.TYPE_INT_RGB; 53 | 54 | if (hasAlpha == true) {type = BufferedImage.TYPE_INT_ARGB;} 55 | bimage = new BufferedImage(image.getWidth(null), image.getHeight(null), type); 56 | } 57 | 58 | // Copy image to buffered image 59 | Graphics g = bimage.createGraphics(); 60 | 61 | // Paint the image onto the buffered image 62 | g.drawImage(image, 0, 0, null); 63 | g.dispose(); 64 | 65 | return bimage; 66 | } 67 | 68 | 69 | public static boolean hasAlpha(Image image) 70 | { 71 | // If buffered image, the color model is readily available 72 | if (image instanceof BufferedImage) 73 | return ((BufferedImage)image).getColorModel().hasAlpha(); 74 | 75 | // Use a pixel grabber to retrieve the image's color model; 76 | // grabbing a single pixel is usually sufficient 77 | PixelGrabber pg = new PixelGrabber(image, 0, 0, 1, 1, false); 78 | try { 79 | pg.grabPixels(); 80 | } catch (InterruptedException e) { } 81 | 82 | // Get the image's color model 83 | return pg.getColorModel().hasAlpha(); 84 | } 85 | public static BufferedImage resizeImage(final Image image, int width, int height) { 86 | 87 | final BufferedImage bufferedImage = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB); 88 | final Graphics2D graphics2D = bufferedImage.createGraphics(); 89 | graphics2D.setComposite(AlphaComposite.Src); 90 | //below three lines are for RenderingHints for better image quality at cost of higher processing time 91 | graphics2D.setRenderingHint(RenderingHints.KEY_INTERPOLATION,RenderingHints.VALUE_INTERPOLATION_BILINEAR); 92 | graphics2D.setRenderingHint(RenderingHints.KEY_RENDERING,RenderingHints.VALUE_RENDER_QUALITY); 93 | graphics2D.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON); 94 | graphics2D.drawImage(image, 0, 0, width, height, null); 95 | graphics2D.dispose(); 96 | return bufferedImage; 97 | } 98 | 99 | public static BufferedImage makeRoundedCorner(BufferedImage image, int cornerRadius) { 100 | int w = image.getWidth(); 101 | int h = image.getHeight(); 102 | BufferedImage output = new BufferedImage(w, h, BufferedImage.TYPE_INT_ARGB); 103 | 104 | Graphics2D g2 = output.createGraphics(); 105 | // This is what we want, but it only does hard-clipping, i.e. aliasing 106 | // g2.setClip(new RoundRectangle2D ...) 107 | 108 | // so instead fake soft-clipping by first drawing the desired clip shape 109 | // in fully opaque white with antialiasing enabled... 110 | g2.setComposite(AlphaComposite.Src); 111 | g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); 112 | g2.setColor(Color.WHITE); 113 | g2.fill(new RoundRectangle2D.Float(0, 0, w, h, cornerRadius, cornerRadius)); 114 | 115 | // ... then compositing the image on top, 116 | // using the white shape from above as alpha source 117 | g2.setComposite(AlphaComposite.SrcAtop); 118 | g2.drawImage(image, 0, 0, null); 119 | 120 | g2.dispose(); 121 | 122 | return output; 123 | } 124 | 125 | } 126 | 127 | 128 | 129 | -------------------------------------------------------------------------------- /src/collegeapplication/common/Notification.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.text.ParseException; 4 | import java.text.SimpleDateFormat; 5 | import java.util.Date; 6 | 7 | import collegeapplication.cource.Cource; 8 | 9 | public class Notification extends Cource 10 | { 11 | 12 | private String time; 13 | private String title; 14 | private String message; 15 | private String readby; 16 | private int sr_no; 17 | private String userid; 18 | private String userprofile; 19 | 20 | 21 | public void setUserProfile(String userprofile) 22 | { 23 | this.userprofile=userprofile; 24 | } 25 | public void setSrNo(int sr_no) 26 | { 27 | this.sr_no=sr_no; 28 | } 29 | public void setUserId(String userid) 30 | { 31 | this.userid=userid; 32 | } 33 | public void setTime(String time) 34 | { 35 | this.time=time; 36 | } 37 | public void setTitle(String title) 38 | { 39 | this.title=title; 40 | } 41 | public void setMessage(String message) 42 | { 43 | this.message=message; 44 | } 45 | public void setReadBy(String readby) 46 | { 47 | this.readby=readby; 48 | } 49 | public int getSrNo() 50 | { 51 | return sr_no; 52 | } 53 | public String getUserId() 54 | { 55 | return userid; 56 | } 57 | public String getTitle() 58 | { 59 | return title; 60 | } 61 | public String getMessage() 62 | { 63 | return message; 64 | } 65 | public String getReadBy() 66 | { 67 | return readby; 68 | } 69 | public String getNotificationDate() 70 | { 71 | SimpleDateFormat dateformatter=new SimpleDateFormat("dd-MMM,yyyy"); 72 | SimpleDateFormat formater=new SimpleDateFormat("dd-MMM-yyyy hh:mm:ss aaa"); 73 | Date date=null; 74 | try { 75 | date = formater.parse(time); 76 | } catch (ParseException e) { 77 | e.printStackTrace(); 78 | } 79 | return dateformatter.format(date); 80 | 81 | } 82 | public String getTime() 83 | { 84 | return time; 85 | } 86 | public String getNotificationTime() 87 | { 88 | SimpleDateFormat timeformatter=new SimpleDateFormat("hh:mm aaa"); 89 | SimpleDateFormat formater=new SimpleDateFormat("dd-MMM-yyyy hh:mm:ss aaa"); 90 | Date date=null; 91 | try { 92 | date = formater.parse(time); 93 | } catch (ParseException e) { 94 | e.printStackTrace(); 95 | } 96 | return timeformatter.format(date); 97 | } 98 | public String getUserProfile() 99 | { 100 | return userprofile; 101 | } 102 | } 103 | -------------------------------------------------------------------------------- /src/collegeapplication/common/NotificationData.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.sql.Connection; 4 | import java.sql.PreparedStatement; 5 | import java.sql.ResultSet; 6 | import java.sql.Statement; 7 | import java.util.ArrayList; 8 | import java.util.StringTokenizer; 9 | 10 | 11 | public class NotificationData { 12 | 13 | 14 | Connection con=DataBaseConnection.getConnection(); 15 | public void addNotification(Notification n) 16 | { 17 | try 18 | { 19 | String query="insert into notification values(?,?,?,?,?,?,?,?,?)"; 20 | PreparedStatement pr=con.prepareStatement(query); 21 | pr.setInt(1, 0); 22 | pr.setString(2, n.getUserProfile()); 23 | pr.setString(3, n.getCourceCode()); 24 | pr.setString(5, n.getUserId()); 25 | pr.setInt(4, n.getSemorYear()); 26 | pr.setString(6,n.getTitle()); 27 | pr.setString(7, n.getMessage()); 28 | pr.setString(8, n.getTime()); 29 | pr.setString(9, ""); 30 | pr.executeUpdate(); 31 | 32 | 33 | } 34 | catch(Exception exp) 35 | { 36 | exp.printStackTrace(); 37 | } 38 | 39 | } 40 | 41 | public ArrayList getNotifications(String courcecode,int semoryear,String userprofile,String joinedtime) 42 | { 43 | ArrayList list=new ArrayList(); 44 | try 45 | { 46 | String query="select * from notification where courcecode='"+courcecode+"' and semoryear="+semoryear+" and userprofile='"+userprofile+"' order by sr_no desc"; 47 | Statement st=con.createStatement(); 48 | ResultSet rs=st.executeQuery(query); 49 | while(rs.next()) 50 | { 51 | Notification n=new Notification(); 52 | n.setSrNo(rs.getInt(1)); 53 | n.setUserProfile(rs.getString(2)); 54 | n.setCourceCode(rs.getString(3)); 55 | n.setSemorYear(rs.getInt(4)); 56 | n.setUserId(rs.getString(5)); 57 | n.setTitle(rs.getString(6)); 58 | n.setMessage(rs.getString(7)); 59 | n.setTime(rs.getString(8)); 60 | n.setReadBy(rs.getString(9)); 61 | long diff=TimeUtil.getTimeDifference(joinedtime,n.getTime()); 62 | System.out.println("Diff between "+n.getTime()+"-"+joinedtime+":"+diff); 63 | if(diff>0) 64 | { 65 | list.add(n); 66 | } 67 | else 68 | { 69 | break; 70 | } 71 | } 72 | } 73 | catch(Exception exp) 74 | { 75 | exp.printStackTrace(); 76 | } 77 | return list; 78 | } 79 | public void addReadBy(ArrayList list,String userid) 80 | { 81 | try 82 | { 83 | String query="update notification set readby=concat(readby,?,'#') where "; 84 | query+=" sr_no="+list.get(0); 85 | for(int i=1; i0) 115 | { 116 | total++; 117 | } 118 | 119 | } 120 | } 121 | } 122 | catch(Exception exp) 123 | { 124 | exp.printStackTrace(); 125 | } 126 | return total; 127 | } 128 | public boolean isReadBy(String str,String fromuserid) 129 | { 130 | if(str.isEmpty()) 131 | { 132 | return false; 133 | } 134 | 135 | StringTokenizer readby=new StringTokenizer(str,"#"); 136 | while(readby.hasMoreTokens()) 137 | { 138 | if(readby.nextToken().equals(fromuserid)) 139 | { 140 | return true; 141 | } 142 | } 143 | return false; 144 | } 145 | 146 | } 147 | -------------------------------------------------------------------------------- /src/collegeapplication/common/Person.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.awt.Image; 4 | import java.awt.Toolkit; 5 | import java.awt.image.BufferedImage; 6 | import java.io.ByteArrayOutputStream; 7 | import java.io.IOException; 8 | import java.text.ParseException; 9 | import java.text.SimpleDateFormat; 10 | import java.util.Date; 11 | 12 | import javax.imageio.ImageIO; 13 | 14 | import collegeapplication.cource.Cource; 15 | import collegeapplication.cource.CourceData; 16 | 17 | public abstract class Person extends Cource{ 18 | 19 | private String emailid; 20 | private String contactnumber; 21 | private String birthdate; 22 | private String gender; 23 | private String state; 24 | private String city; 25 | private Image image; 26 | private int sr_no; 27 | private String lastlogin; 28 | private String password; 29 | private boolean isactive; 30 | 31 | 32 | 33 | public void setEmailId(String emailid) 34 | { 35 | this.emailid=emailid; 36 | } 37 | public void setContactNumber(String contactnumber) 38 | { 39 | this.contactnumber=contactnumber; 40 | } 41 | public void setBirthDate(String birthdate) 42 | { 43 | this.birthdate=birthdate; 44 | } 45 | public void setGender(String gender) 46 | { 47 | this.gender=gender; 48 | } 49 | public void setState(String state) 50 | { 51 | this.state=state; 52 | } 53 | public void setCity(String city) 54 | { 55 | this.city=city; 56 | } 57 | 58 | public void setProfilePic(Image image) 59 | { 60 | this.image=image; 61 | } 62 | public void setProfilePic(byte[] imagedata) 63 | { 64 | this.image=Toolkit.getDefaultToolkit().createImage(imagedata); 65 | } 66 | public void setSrNo(int sr_no) 67 | { 68 | this.sr_no=sr_no; 69 | } 70 | public void setLastLogin(String lastlogin) 71 | { 72 | this.lastlogin=lastlogin; 73 | } 74 | 75 | public void setPassword(String password) 76 | { 77 | this.password=password; 78 | } 79 | public void setActiveStatus(boolean isactive) 80 | { 81 | this.isactive=isactive; 82 | } 83 | 84 | public String getCourceName() 85 | { 86 | return new CourceData().getcourcename(this.getCourceCode()); 87 | } 88 | 89 | public String getEmailId() 90 | { 91 | return emailid; 92 | } 93 | public String getContactNumber() 94 | { 95 | return contactnumber; 96 | } 97 | public String getBirthDate() 98 | { 99 | return birthdate; 100 | } 101 | public Date getBirthDateInDateFormat() 102 | { 103 | Date date=null; 104 | try { 105 | date=new SimpleDateFormat("dd-MM-yyyy").parse(this.birthdate); 106 | } catch (ParseException e) { 107 | // TODO Auto-generated catch block 108 | e.printStackTrace(); 109 | } 110 | return date; 111 | } 112 | 113 | public String getGender() 114 | { 115 | return gender; 116 | } 117 | public String getAddress() 118 | { 119 | return city+", "+state; 120 | } 121 | public String getPassword() 122 | { 123 | return password; 124 | } 125 | public String getState() 126 | { 127 | return state; 128 | } 129 | public String getCity() 130 | { 131 | return city; 132 | } 133 | 134 | public Image getProfilePic() 135 | { 136 | return image; 137 | } 138 | public byte[] getProfilePicInBytes() 139 | { 140 | ByteArrayOutputStream imagedata=new ByteArrayOutputStream(); 141 | try { 142 | ImageIO.write(ImageUtil.toBufferedImage(image), "jpg", imagedata); 143 | } catch (IOException e) { 144 | // TODO Auto-generated catch block 145 | e.printStackTrace(); 146 | } 147 | return imagedata.toByteArray(); 148 | 149 | } 150 | public boolean comparePassword(String password) 151 | { 152 | return password.equals(this.password)?true:false; 153 | } 154 | public Image getProfilePic(int width,int height) 155 | { 156 | return image.getScaledInstance(width, height, Image.SCALE_SMOOTH); 157 | } 158 | public BufferedImage getRoundedProfilePic(int width,int height,int radius) 159 | { 160 | return ImageUtil.makeRoundedCorner(ImageUtil.toBufferedImage(image.getScaledInstance(width, height, Image.SCALE_SMOOTH)), radius); 161 | } 162 | public String getLastLogin() 163 | { 164 | return lastlogin; 165 | } 166 | public int getSrNo() 167 | { 168 | return sr_no; 169 | } 170 | public boolean getActiveStatus() 171 | { 172 | return isactive; 173 | } 174 | } 175 | -------------------------------------------------------------------------------- /src/collegeapplication/common/ScrollPaneUtil.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.awt.Adjustable; 4 | import java.awt.event.AdjustmentEvent; 5 | import java.awt.event.AdjustmentListener; 6 | 7 | import javax.swing.JScrollBar; 8 | import javax.swing.JScrollPane; 9 | 10 | 11 | /* 12 | * Title : ScrollPaneUtil.java 13 | * Created by : Ajaysinh Rathod 14 | * Purpose : To set scroll bar at bottom 15 | * Reference : https://stackoverflow.com/ 16 | * Mail : ajaysinhrathod1290@gmail.com 17 | */ 18 | 19 | 20 | public class ScrollPaneUtil { 21 | 22 | public static void scrollToBottom(JScrollPane scrollPane) 23 | { 24 | JScrollBar verticalBar = scrollPane.getVerticalScrollBar(); 25 | AdjustmentListener downScroller = new AdjustmentListener() 26 | { 27 | @Override 28 | public void adjustmentValueChanged(AdjustmentEvent e) 29 | { 30 | Adjustable adjustable = e.getAdjustable(); 31 | adjustable.setValue(adjustable.getMaximum()); 32 | verticalBar.removeAdjustmentListener(this); 33 | } 34 | }; 35 | verticalBar.addAdjustmentListener(downScroller); 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /src/collegeapplication/common/TimeUtil.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.text.ParseException; 4 | import java.text.SimpleDateFormat; 5 | import java.time.LocalDate; 6 | import java.time.Period; 7 | import java.util.Date; 8 | 9 | 10 | /* 11 | * Title : TimeUtil.java 12 | * Created by : Ajaysinh Rathod 13 | * Purpose : To get Current login time 14 | * Mail : ajaysinhrathod1290@gmail.com 15 | */ 16 | 17 | 18 | public class TimeUtil { 19 | 20 | static SimpleDateFormat formater=new SimpleDateFormat("dd-MMM-yyyy hh:mm:ss aaa"); 21 | public static String getCurrentTime() 22 | { 23 | 24 | Date logintime=new Date(); 25 | return formater.format(logintime); 26 | } 27 | @SuppressWarnings("deprecation") 28 | public static int getDayDifference(String strdate1,String strdate2) 29 | { 30 | if(strdate1.isEmpty()||strdate2.isEmpty()) 31 | { 32 | return -1; 33 | } 34 | SimpleDateFormat dateformatter=new SimpleDateFormat("dd-MMM,yyyy"); 35 | Date date1 = null; 36 | try { 37 | date1 = dateformatter.parse(strdate1); 38 | } catch (ParseException e) { 39 | // TODO Auto-generated catch block 40 | e.printStackTrace(); 41 | } 42 | Date date2 = null; 43 | try { 44 | date2 =dateformatter.parse(strdate2); 45 | } catch (ParseException e) { 46 | // TODO Auto-generated catch block 47 | e.printStackTrace(); 48 | } 49 | System.out.println(date1.getMonth()); 50 | System.out.println(date2.getMonth()); 51 | LocalDate dateone = LocalDate.of(date1.getYear(),date1.getMonth()+1, date1.getDate()); 52 | LocalDate datetwo = LocalDate.of(date2.getYear(),date2.getMonth()+1, date2.getDate()); 53 | 54 | 55 | Period diff = Period.between(dateone,datetwo); 56 | return Math.abs(diff.getDays()); 57 | } 58 | 59 | public static long getTimeDifference(String time1,String time2) 60 | { 61 | Date date1 = null; 62 | try { 63 | date1 = formater.parse(time1); 64 | } catch (ParseException e) { 65 | // TODO Auto-generated catch block 66 | e.printStackTrace(); 67 | } 68 | Date date2 = null; 69 | try { 70 | date2 = formater.parse(time2); 71 | } catch (ParseException e) { 72 | // TODO Auto-generated catch block 73 | e.printStackTrace(); 74 | } 75 | long diff=date2.getTime()-date1.getTime(); 76 | // long diffSeconds = diff / 1000 % 60; 77 | // long diffMinutes = diff / (60 * 1000) % 60; 78 | // long diffHours = diff / (60 * 60 * 1000) % 24; 79 | return diff; 80 | } 81 | public static void main(String a[]) 82 | { 83 | System.out.println(getTimeDifference(getCurrentTime(),getCurrentTime())); 84 | } 85 | 86 | } 87 | -------------------------------------------------------------------------------- /src/collegeapplication/common/User.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.text.ParseException; 4 | import java.text.SimpleDateFormat; 5 | import java.util.Date; 6 | 7 | import collegeapplication.cource.Cource; 8 | import collegeapplication.faculty.FacultyData; 9 | import collegeapplication.student.StudentData; 10 | 11 | 12 | /* 13 | * Title : User.java 14 | * Created by : Ajaysinh Rathod 15 | * Purpose : Binding data related to login activity of students and faculties 16 | * Mail : ajaysinhrathod1290@gmail.com 17 | */ 18 | 19 | 20 | class User extends Cource 21 | { 22 | 23 | 24 | private String logindate; 25 | private String logintime; 26 | private String userid; 27 | private String userprofile; 28 | 29 | public void setLoginTime(String logintime) 30 | { 31 | SimpleDateFormat timeformatter=new SimpleDateFormat("hh:mm aaa"); 32 | SimpleDateFormat dateformatter=new SimpleDateFormat("dd-MMM,yyyy"); 33 | SimpleDateFormat formater=new SimpleDateFormat("dd-MMM-yyyy hh:mm:ss aaa"); 34 | Date date; 35 | try { 36 | date = formater.parse(logintime); 37 | this.logintime=timeformatter.format(date); 38 | this.logindate=dateformatter.format(date); 39 | } catch (ParseException e) { 40 | // TODO Auto-generated catch block 41 | e.printStackTrace(); 42 | } 43 | 44 | } 45 | public void setUserId(String userid) 46 | { 47 | this.userid=userid; 48 | } 49 | public void setUserProfile(String userprofile) 50 | { 51 | this.userprofile=userprofile; 52 | } 53 | public String getLoginTime() 54 | { 55 | return logintime; 56 | } 57 | public String getLoginDate() 58 | { 59 | if(getCurrentDate().equals(logindate)) 60 | { 61 | return "today"; 62 | } 63 | 64 | return logindate; 65 | } 66 | public String getCurrentDate() 67 | { 68 | Date date=new Date(); 69 | SimpleDateFormat dateformatter=new SimpleDateFormat("dd-MMM,yyyy"); 70 | String time=dateformatter.format(date); 71 | return time; 72 | } 73 | public String getUserid() 74 | { 75 | return userid; 76 | } 77 | public String getUserProfile() 78 | { 79 | return userprofile; 80 | } 81 | 82 | public String getName() 83 | { 84 | if(getUserProfile().equals("Student")) 85 | { 86 | return new StudentData().getStudentName(userid); 87 | } 88 | else if(getUserProfile().equals("Faculty")) 89 | { 90 | return new FacultyData().getFacultyName(userid); 91 | } 92 | return "-"; 93 | } 94 | 95 | } 96 | -------------------------------------------------------------------------------- /src/collegeapplication/common/UserData.java: -------------------------------------------------------------------------------- 1 | 2 | package collegeapplication.common; 3 | 4 | import java.sql.Connection; 5 | import java.sql.PreparedStatement; 6 | import java.sql.ResultSet; 7 | import java.sql.Statement; 8 | import java.util.ArrayList; 9 | 10 | import collegeapplication.faculty.Faculty; 11 | import collegeapplication.student.Student; 12 | 13 | 14 | /* 15 | * Title : UserData.java 16 | * Created by : Ajaysinh Rathod 17 | * Purpose : For getting all the data related to user login activity 18 | * Mail : ajaysinhrathod1290@gmail.com 19 | */ 20 | 21 | 22 | public class UserData { 23 | Connection con=DataBaseConnection.getConnection(); 24 | 25 | public int addStudentLoginTime(Student s) 26 | { 27 | int result=0; 28 | try 29 | { 30 | String query="insert into users values(?,?,?,?,?,?)"; 31 | PreparedStatement pr=con.prepareStatement(query); 32 | pr.setInt(1, 0); 33 | pr.setString(2, s.getCourceCode()); 34 | pr.setInt(3,s.getSemorYear()); 35 | pr.setString(4,s.getUserId()); 36 | pr.setString(5,TimeUtil.getCurrentTime()); 37 | pr.setString(6, "Student"); 38 | result=pr.executeUpdate(); 39 | 40 | } 41 | catch(Exception exp) { 42 | exp.printStackTrace(); 43 | } 44 | return result; 45 | } 46 | public int addFacultyLoginTime(Faculty s) 47 | { 48 | int result=0; 49 | try 50 | { 51 | String query="insert into users values(?,?,?,?,?,?)"; 52 | PreparedStatement pr=con.prepareStatement(query); 53 | pr.setInt(1, 0); 54 | pr.setString(2, s.getCourceCode()); 55 | pr.setInt(3,s.getSemorYear()); 56 | pr.setString(4,s.getFacultyId()+""); 57 | pr.setString(5,TimeUtil.getCurrentTime()); 58 | pr.setString(6, "Faculty"); 59 | result=pr.executeUpdate(); 60 | 61 | } 62 | catch(Exception exp) { 63 | exp.printStackTrace(); 64 | } 65 | return result; 66 | } 67 | public ArrayList getUserInfo(String condition) 68 | { 69 | ArrayList list=new ArrayList(); 70 | try 71 | { 72 | String query="select courcecode as 'Cource',semoryear as 'Sem/Year',userid as 'Userid',logintime as 'Login Time',userprofile as 'User Profile' from users "+condition+" order by sr_no desc"; 73 | Statement st=con.createStatement(); 74 | ResultSet rs=st.executeQuery(query); 75 | while(rs.next()) 76 | { 77 | User user=new User(); 78 | user.setCourceCode(rs.getString(1)); 79 | user.setSemorYear(rs.getInt(2)); 80 | user.setUserId(rs.getString(3)); 81 | user.setLoginTime(rs.getString(4)); 82 | user.setUserProfile(rs.getString(5)); 83 | list.add(user); 84 | 85 | } 86 | 87 | } 88 | catch(Exception exp) 89 | { 90 | exp.printStackTrace(); 91 | } 92 | return list; 93 | } 94 | 95 | } 96 | 97 | -------------------------------------------------------------------------------- /src/collegeapplication/common/printMarksheetPDF.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.common; 2 | 3 | import java.awt.Graphics; 4 | import java.awt.Graphics2D; 5 | import java.awt.event.ActionEvent; 6 | import java.awt.event.ActionListener; 7 | import java.awt.print.Book; 8 | import java.awt.print.PageFormat; 9 | import java.awt.print.Paper; 10 | import java.awt.print.Printable; 11 | import java.awt.print.PrinterException; 12 | import java.awt.print.PrinterJob; 13 | import java.io.File; 14 | 15 | import javax.print.PrintService; 16 | import javax.print.attribute.HashPrintRequestAttributeSet; 17 | import javax.print.attribute.standard.Destination; 18 | import javax.swing.JButton; 19 | 20 | import collegeapplication.admin.AdminMain; 21 | import collegeapplication.faculty.FacultyMain; 22 | import collegeapplication.student.StudentMain; 23 | 24 | /* 25 | * Title : PrintPDF.java 26 | * Created by : Ajaysinh Rathod 27 | * Purpose : For printing marksheet in PDF format 28 | * Reference : https://stackoverflow.com/ 29 | * Mail : ajaysinhrathod1290@gmail.com 30 | */ 31 | 32 | public class printMarksheetPDF implements Printable ,ActionListener 33 | { 34 | private AdminMain am; 35 | private FacultyMain fm; 36 | private StudentMain sm; 37 | String pdfpath; 38 | PrintMarksheetDialog pgd; 39 | private String title="Marksheet"; 40 | 41 | public printMarksheetPDF(AdminMain am) 42 | { 43 | this.am = am; 44 | } 45 | 46 | public printMarksheetPDF(FacultyMain fm) 47 | { 48 | this.fm = fm; 49 | } 50 | public printMarksheetPDF(StudentMain sm) 51 | { 52 | this.sm=sm; 53 | } 54 | public PrintService findPrintService(String printerName) 55 | { 56 | for (PrintService service : PrinterJob.lookupPrintServices()) 57 | { 58 | if (service.getName().equalsIgnoreCase(printerName)) 59 | return service; 60 | } 61 | 62 | return null; 63 | } 64 | 65 | @Override 66 | public int print(Graphics pg, PageFormat pf, int pagenum) throws PrinterException 67 | { 68 | pf.setOrientation(PageFormat.LANDSCAPE); 69 | if(pagenum>0) 70 | { 71 | return Printable.NO_SUCH_PAGE; 72 | } 73 | Graphics2D g=(Graphics2D) pg; 74 | g.translate(pf.getImageableX(), pf.getImageableY()); 75 | g.scale(0.543,0.60); 76 | 77 | //printing marksheetpanel graphics to Printable graphics 78 | if(am!=null) 79 | { 80 | am.marksheetpanel.print(g); 81 | } 82 | else if(fm!=null) 83 | { 84 | fm.marksheetpanel.print(g); 85 | } 86 | else if(sm!=null) 87 | { 88 | sm.marksheetpanel.print(g); 89 | } 90 | 91 | return 0; 92 | 93 | 94 | } 95 | 96 | public void setPdfTitle(String title) 97 | { 98 | this.title=title; 99 | } 100 | 101 | public void setPath(String path) 102 | { 103 | this.pdfpath=path; 104 | } 105 | public void disposeDialog(PrintMarksheetDialog pgd) 106 | { 107 | this.pgd=pgd; 108 | } 109 | 110 | @Override 111 | public void actionPerformed(ActionEvent event) { 112 | 113 | 114 | try 115 | { 116 | 117 | 118 | String printerName = "Microsoft Print to Pdf"; 119 | //find the printService of name printerName 120 | PrintService ps = findPrintService(printerName); 121 | // create a printerJob 122 | PrinterJob job = PrinterJob.getPrinterJob(); 123 | 124 | //set the printService found (should be tested) 125 | job.setPrintService(ps); 126 | job.setPrintable(this); 127 | job.setJobName(title); 128 | if(am!=null) 129 | { 130 | am.marksheetpanel.disablebutton(); 131 | 132 | } 133 | else if(fm!=null) 134 | { 135 | fm.marksheetpanel.disablebutton(); 136 | } 137 | else if(sm!=null) 138 | { 139 | sm.marksheetpanel.downloadbutton.setVisible(false); 140 | } 141 | Paper paper = new Paper(); 142 | paper.setSize(595, 842); // A4 dimensions in font points 143 | paper.setImageableArea(0, 0, paper.getWidth() * 2, paper.getHeight()); 144 | 145 | PageFormat pageFormat = new PageFormat(); 146 | pageFormat.setPaper(paper); 147 | pageFormat.setOrientation(PageFormat.PORTRAIT); 148 | 149 | Book book = new Book();// java.awt.print.Book 150 | book.append(pgd.p, pageFormat); 151 | job.setPageable(book); 152 | 153 | HashPrintRequestAttributeSet attributes = new HashPrintRequestAttributeSet(); 154 | // set the output file as a destination 155 | attributes.add(new Destination(new File(pdfpath).toURI())); 156 | 157 | //printing pdf 158 | job.print(attributes); 159 | 160 | if(am!=null) 161 | { 162 | am.marksheetpanel.enablebutton(); 163 | } 164 | else if(fm!=null) 165 | { 166 | fm.marksheetpanel.enablebutton(); 167 | } 168 | else if(sm!=null) 169 | { 170 | sm.marksheetpanel.setVisible(true); 171 | } 172 | pgd.afterbutton((JButton) event.getSource()); 173 | } 174 | catch (PrinterException e) 175 | { 176 | // TODO Auto-generated catch block 177 | e.printStackTrace(); 178 | 179 | } 180 | 181 | 182 | } 183 | } -------------------------------------------------------------------------------- /src/collegeapplication/cource/Cource.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.cource; 2 | 3 | public class Cource { 4 | 5 | private String courcecode; 6 | private int semoryear; 7 | private boolean isdeclared; 8 | private String courcename; 9 | public void setCourceName(String courcename) 10 | { 11 | this.courcename=courcename; 12 | } 13 | public void setCourceCode(String courcecode) 14 | { 15 | this.courcecode=courcecode; 16 | } 17 | public void setSemorYear(int semoryear) 18 | { 19 | this.semoryear=semoryear; 20 | } 21 | public void setIsDeclared(boolean isdeclared) 22 | { 23 | this.isdeclared=isdeclared; 24 | } 25 | public String getCourceName() 26 | { 27 | return courcename!=null?courcename:new CourceData().getcourcename(courcecode); 28 | } 29 | public String getCourceCode() 30 | { 31 | return courcecode; 32 | } 33 | public int getSemorYear() 34 | { 35 | return semoryear; 36 | } 37 | public boolean getIsDeclared() 38 | { 39 | return isdeclared; 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /src/collegeapplication/cource/CourcePanel.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.cource; 2 | 3 | import java.awt.Color; 4 | import java.awt.Component; 5 | import java.awt.Cursor; 6 | import java.awt.Dimension; 7 | import java.awt.Font; 8 | import java.awt.event.ActionEvent; 9 | import java.awt.event.ActionListener; 10 | import java.sql.ResultSet; 11 | 12 | import javax.swing.JButton; 13 | import javax.swing.JLabel; 14 | import javax.swing.JPanel; 15 | import javax.swing.JScrollPane; 16 | import javax.swing.JTable; 17 | import javax.swing.border.LineBorder; 18 | 19 | import collegeapplication.common.ScrollPaneUtil; 20 | import net.proteanit.sql.DbUtils; 21 | 22 | import javax.swing.border.EmptyBorder; 23 | 24 | /* 25 | * Title : CourcePanel.java 26 | * Created by : Ajaysinh Rathod 27 | * Purpose : Displaying all the cources table using this file 28 | * Mail : ajaysinhrathod1290@gmail.com 29 | */ 30 | @SuppressWarnings("serial") 31 | public class CourcePanel extends JPanel implements ActionListener { 32 | private JScrollPane scrollPane; 33 | private JButton addcource, rollgenerator; 34 | 35 | private JTable table; 36 | 37 | /** 38 | * Create the panel. 39 | */ 40 | public CourcePanel() { 41 | 42 | setForeground(Color.GRAY); 43 | setBackground(Color.WHITE); 44 | this.setSize(1116, 705); 45 | setLayout(null); 46 | 47 | scrollPane = new JScrollPane(); 48 | scrollPane.setBorder(new EmptyBorder(0, 0, 0, 0)); 49 | scrollPane.setBounds(10, 200, 1096, 494); 50 | for (Component c : scrollPane.getComponents()) { 51 | c.setBackground(Color.white); 52 | } 53 | add(scrollPane); 54 | 55 | table = new JTable(); 56 | table.setBorder(new LineBorder(new Color(192, 192, 192))); 57 | table.setForeground(Color.DARK_GRAY); 58 | table.setRowHeight(40); 59 | 60 | table.getTableHeader().setBackground(new Color(32, 178, 170)); 61 | 62 | table.getTableHeader().setForeground(Color.white); 63 | table.getTableHeader().setFont(new Font("Arial", Font.BOLD, 20)); 64 | table.setFont(new Font("Segoe UI", Font.PLAIN, 20)); 65 | table.getTableHeader().setPreferredSize(new Dimension(50, 40)); 66 | table.setDragEnabled(false); 67 | 68 | table.setGridColor(Color.LIGHT_GRAY); 69 | table.getTableHeader().setReorderingAllowed(false); 70 | this.updatetableData(); 71 | table.setEnabled(false); 72 | scrollPane.setViewportView(table); 73 | 74 | 75 | JPanel panel = new JPanel(); 76 | panel.setBackground(new Color(32, 178, 170)); 77 | panel.setBounds(10, 0, 1096, 183); 78 | add(panel); 79 | panel.setLayout(null); 80 | 81 | JLabel allCourceslbl = new JLabel("All Cources"); 82 | allCourceslbl.setForeground(new Color(255, 255, 255)); 83 | allCourceslbl.setFont(new Font("Segoe UI", Font.BOLD, 30)); 84 | allCourceslbl.setBounds(10, 65, 321, 34); 85 | panel.add(allCourceslbl); 86 | 87 | rollgenerator = new JButton("Roll Generator"); 88 | rollgenerator.setBounds(782, 135, 147, 33); 89 | panel.add(rollgenerator); 90 | rollgenerator.setBorder(new EmptyBorder(0, 0, 0, 0)); 91 | rollgenerator.setForeground(new Color(0, 139, 139)); 92 | rollgenerator.setFocusable(false); 93 | rollgenerator.setFont(new Font("Segoe UI", Font.BOLD, 15)); 94 | rollgenerator.setBackground(new Color(255, 255, 255)); 95 | rollgenerator.setVisible(true); 96 | rollgenerator.setCursor(new Cursor(Cursor.HAND_CURSOR)); 97 | rollgenerator.addActionListener(this); 98 | 99 | addcource = new JButton("Add Cource"); 100 | addcource.setBounds(939, 135, 147, 33); 101 | panel.add(addcource); 102 | addcource.setBorder(new EmptyBorder(0, 0, 0, 0)); 103 | addcource.setForeground(new Color(0, 139, 139)); 104 | addcource.setBackground(new Color(255, 255, 255)); 105 | addcource.setFocusable(false); 106 | addcource.setCursor(new Cursor(Cursor.HAND_CURSOR)); 107 | addcource.addActionListener(this); 108 | addcource.setFont(new Font("Segoe UI", Font.BOLD, 15)); 109 | 110 | 111 | } 112 | 113 | public void updatetableData() { 114 | 115 | CourceData c = new CourceData(); 116 | ResultSet st = c.getCourceinfo(); 117 | table.setModel(DbUtils.resultSetToTableModel(st)); 118 | table.getColumnModel().getColumn(0).setMaxWidth(200); 119 | table.getColumnModel().getColumn(1).setMaxWidth(250); 120 | table.getColumnModel().getColumn(2).setMaxWidth(400); 121 | table.getColumnModel().getColumn(3).setMaxWidth(200); 122 | table.getColumnModel().getColumn(4).setMaxWidth(250); 123 | table.getColumnModel().getColumn(5).setMaxWidth(250); 124 | table.setAutoResizeMode(JTable.AUTO_RESIZE_LAST_COLUMN); 125 | 126 | } 127 | 128 | @Override 129 | public void actionPerformed(ActionEvent e) { 130 | // TODO Auto-generated method stub 131 | if (e.getSource() == rollgenerator) { 132 | RollGeneratorDialog r = new RollGeneratorDialog(); 133 | r.setLocation(400, 100); 134 | r.setVisible(true); 135 | 136 | } 137 | if (e.getSource() == addcource) { 138 | AddCourceDialog ac = new AddCourceDialog(this); 139 | ac.setLocationRelativeTo(null); 140 | ac.setVisible(true); 141 | ScrollPaneUtil.scrollToBottom(scrollPane); 142 | } 143 | 144 | } 145 | } 146 | -------------------------------------------------------------------------------- /src/collegeapplication/cource/RollGeneratorPanel.java: -------------------------------------------------------------------------------- 1 | package collegeapplication.cource; 2 | 3 | import javax.swing.JPanel; 4 | import java.awt.Color; 5 | import java.awt.Dimension; 6 | 7 | import javax.swing.JLabel; 8 | import java.awt.Font; 9 | import java.awt.event.KeyAdapter; 10 | import java.awt.event.KeyEvent; 11 | import java.awt.event.MouseAdapter; 12 | import java.awt.event.MouseEvent; 13 | 14 | import javax.swing.SwingConstants; 15 | import javax.swing.border.LineBorder; 16 | 17 | import javax.swing.JTextField; 18 | 19 | /* 20 | * Title : RollGeneratorPanel.java 21 | * Created by : Ajaysinh Rathod 22 | * Purpose : Creating panel according to sem and sending to RollGeneratorDialog 23 | * Mail : ajaysinhrathod1290@gmail.com 24 | */ 25 | 26 | @SuppressWarnings("serial") 27 | public class RollGeneratorPanel extends JPanel { 28 | 29 | /** 30 | * Create the panel. 31 | * 32 | */ 33 | JPanel panel[]; 34 | JLabel courcecodelabel[]; 35 | JLabel semyearlabel[]; 36 | JTextField textField[]; 37 | String courcecode; 38 | int sem=8; 39 | 40 | int start=1; 41 | @Override 42 | public Dimension getPreferredSize() 43 | { 44 | return new Dimension(605,this.getHeight()); 45 | } 46 | 47 | public RollGeneratorPanel(String strcourcecode,int intsem) { 48 | setBackground(Color.WHITE); 49 | this.courcecode=strcourcecode; 50 | this.sem=intsem; 51 | this.setSize(605, 71); 52 | setLayout(null); 53 | panel=new JPanel[sem]; 54 | courcecodelabel=new JLabel[sem]; 55 | semyearlabel=new JLabel[sem]; 56 | textField=new JTextField[sem]; 57 | 58 | JLabel lblCourceCode = new JLabel("Cource Code"); 59 | lblCourceCode.setBorder(new LineBorder(new Color(192, 192, 192))); 60 | lblCourceCode.setHorizontalAlignment(SwingConstants.CENTER); 61 | lblCourceCode.setOpaque(true); 62 | lblCourceCode.setForeground(new Color(255, 255, 255)); 63 | lblCourceCode.setBackground(new Color(32, 178, 170)); 64 | lblCourceCode.setFont(new Font("Segoe UI", Font.BOLD, 20)); 65 | lblCourceCode.setBounds(10, 10, 166, 50); 66 | add(lblCourceCode); 67 | 68 | JLabel lblSem = new JLabel("Sem/Year"); 69 | lblSem.setBorder(new LineBorder(new Color(192, 192, 192))); 70 | lblSem.setHorizontalAlignment(SwingConstants.CENTER); 71 | lblSem.setOpaque(true); 72 | lblSem.setForeground(Color.WHITE); 73 | lblSem.setFont(new Font("Segoe UI", Font.BOLD, 20)); 74 | lblSem.setBackground(new Color(32, 178, 170)); 75 | lblSem.setBounds(176, 10, 158, 50); 76 | add(lblSem); 77 | 78 | JLabel lblRollNumber = new JLabel("Master Roll Number"); 79 | lblRollNumber.setOpaque(true); 80 | lblRollNumber.setHorizontalAlignment(SwingConstants.CENTER); 81 | lblRollNumber.setForeground(Color.WHITE); 82 | lblRollNumber.setFont(new Font("Segoe UI", Font.BOLD, 20)); 83 | lblRollNumber.setBorder(new LineBorder(new Color(192, 192, 192))); 84 | lblRollNumber.setBackground(new Color(32, 178, 170)); 85 | lblRollNumber.setBounds(333, 10, 262, 50); 86 | add(lblRollNumber); 87 | int y=60; 88 | for(int i=0; i1 && e.getButton()==MouseEvent.BUTTON1) 51 | { 52 | 53 | JTable t=(JTable) e.getSource(); 54 | Faculty f=new FacultyData().getFacultyInfo(t.getSelectedRow()+1); 55 | AssignSubjectDialog as=new AssignSubjectDialog(f,am); 56 | as.setLocationRelativeTo(null); 57 | as.setVisible(true); 58 | 59 | } 60 | 61 | } 62 | }); 63 | condition=""; 64 | } 65 | public AssignSubjectPanel(FacultyMain fm) 66 | { 67 | this(); 68 | condition=" where courcecode='"+fm.f.getCourceCode()+"' and semoryear="+fm.f.getSemorYear()+" "; 69 | table.setCursor(new Cursor(Cursor.DEFAULT_CURSOR)); 70 | this.createtablemodel(); 71 | 72 | } 73 | public AssignSubjectPanel(StudentMain sm) 74 | { 75 | this(); 76 | condition=" where courcecode='"+sm.s.getCourceCode()+"' and semoryear="+sm.s.getSemorYear()+" "; 77 | table.setCursor(new Cursor(Cursor.DEFAULT_CURSOR)); 78 | this.createtablemodel(); 79 | 80 | 81 | } 82 | private AssignSubjectPanel() { 83 | 84 | setBackground(Color.WHITE); 85 | this.setSize(1116, 705); 86 | setLayout(null); 87 | JPanel panel = new JPanel(); 88 | panel.setBackground(new Color(32, 178, 170)); 89 | panel.setBounds(10, 0, 1096, 183); 90 | add(panel); 91 | panel.setLayout(null); 92 | JLabel allfaculitieslabel = new JLabel("Subject Faculties"); 93 | allfaculitieslabel.setIcon(null); 94 | allfaculitieslabel.setBounds(10, 65, 272, 44); 95 | panel.add(allfaculitieslabel); 96 | allfaculitieslabel.setBackground(new Color(32, 178, 170)); 97 | allfaculitieslabel.setHorizontalAlignment(SwingConstants.LEFT); 98 | allfaculitieslabel.setForeground(Color.WHITE); 99 | allfaculitieslabel.setFont(new Font("Segoe UI", Font.BOLD, 30)); 100 | allfaculitieslabel.setOpaque(true); 101 | tableviewpanel = new JPanel(); 102 | tableviewpanel.setBackground(Color.WHITE); 103 | tableviewpanel.setBounds(0, 189, 1116, 528); 104 | add(tableviewpanel); 105 | tableviewpanel.setLayout(null); 106 | 107 | JScrollPane scrollPane = new JScrollPane(); 108 | scrollPane.setBounds(10, 11, 1095, 483); 109 | scrollPane.setBorder(new EmptyBorder(0, 0, 0, 0)); 110 | for(Component c : scrollPane.getComponents()) 111 | { 112 | c.setBackground(Color.white); 113 | } 114 | tableviewpanel.add(scrollPane); 115 | 116 | table = new JTable(); 117 | createtablemodel(); 118 | table.setBorder(new LineBorder(Color.LIGHT_GRAY)); 119 | table.getTableHeader().setBackground(new Color(32,178,170)); 120 | table.setCursor(new Cursor(Cursor.HAND_CURSOR)); 121 | table.getTableHeader().setForeground(Color.white); 122 | table.getTableHeader().setFont(new Font("Arial",Font.BOLD,20)); 123 | table.setFont(new Font("Segoe UI",Font.PLAIN,20)); 124 | table.getTableHeader().setPreferredSize(new Dimension(50,40)); 125 | table.setDragEnabled(false); 126 | table.setRowHeight(40); 127 | 128 | table.setSelectionBackground(new Color(240, 255, 255)); 129 | table.setFocusable(false); 130 | // table.setEnabled(false); 131 | table.setDefaultEditor(Object.class,null); 132 | 133 | table.setGridColor(Color.LIGHT_GRAY); 134 | table.getTableHeader().setReorderingAllowed(false); 135 | scrollPane.setViewportView(table); 136 | 137 | 138 | 139 | 140 | 141 | } 142 | public void createtablemodel() 143 | { 144 | ResultSet rs=new FacultyData().getFacultySubjectInfo(condition); 145 | 146 | if(rs!=null) 147 | { 148 | table.setModel(DbUtils.resultSetToTableModel(rs)); 149 | } 150 | table.getColumnModel().getColumn(0).setMaxWidth(200); 151 | table.getColumnModel().getColumn(1).setMaxWidth(300); 152 | table.getColumnModel().getColumn(2).setMaxWidth(180); 153 | table.getColumnModel().getColumn(3).setMaxWidth(180); 154 | table.getColumnModel().getColumn(4).setMaxWidth(300); 155 | table.getColumnModel().getColumn(5).setMaxWidth(300); 156 | table.setAutoResizeMode(JTable.AUTO_RESIZE_LAST_COLUMN); 157 | DefaultTableCellRenderer cellrenderer=new DefaultTableCellRenderer(); 158 | cellrenderer.setHorizontalAlignment(JLabel.CENTER); 159 | table.getColumnModel().getColumn(0).setCellRenderer(cellrenderer); 160 | for(int i=0; i