Shruthi-Sivagnanam / Student-registration-form

Student registration-form in java swing using mysql database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student-registration-form

About

Students Registration Form desktop application programmed in Java language (Swing package). This application perform Registration, Updation and Deletion of student records.

Screen Previews

Language used :

  • Java
  • SQL (database)

How to run the application

  • Clone the repository
    gh repo clone Shruthi-Sivagnanam/Student-registration-form
    
  • Generate .class file for program in package
    cd Student_form
    javac Student_detail.java
    
  • Compile and run the main program
javac Student.java
java Student

For connecting with database you can use XAMPP control panel (to connect with phpmyadmin).

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Student registration-form in java swing using mysql database


Languages

Language:Java 100.0%