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.