Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 293 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 293 Bytes

Customer-Registration

This is a customer registration application. I have used JavaFX to design my GUI and with PostgreSQL driver I have connected my application with my local database.There are two classes.Databank class helps us to connect and make changes. MyFrame is to design our GUI.