Skip to content

R13TechNewbie/JAVA-SWING-CRUD-DATABASE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAVA-SWING-CRUD-DATABASE

A JAVA Swing GUI app to implements some CRUD process to mysql database.

This project contain some core features :

  • Add user input to database.
  • Edit data in database.
  • Delete data in database.
  • Search query in database based on name column.

This app interface created for Indonesian user.

How to use this project :

  1. Create database with 5 column inside "pelanggan" table :
  • KODE_PELANGGAN (with datatype int and set primary key)
  • NAMA (with datatype String)
  • ALAMAT (with datatype String)
  • KOTA (with datatype String)
  • HP (with datatype int)
  1. Clone this project with :
  1. Edit the following line in connectionDB.java (inside swing package) :
  • String url="jdbc:mysql://localhost:3306/data"; //change this to your own database name.
  • String user="root"; //change to the username that you needed to connect to your database.
  • String pass="R13TechNewbie"; //change to your database password.
  1. Run the project.

About

A JAVA Swing GUI app to implements some CRUD process to mysql database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages