Relative Content

Tag Archive for javaspring-bootjavafx

Textfield listener saves updates to person model

I have a program that saves person details. Examples – first name, last name, MRN, dob, address, and preferred name. Each of these are textfields that a user can update. I’m trying to figure out how to have these save on the fly. As in once a user types in this fields, its being saved up to the database and can be seen in the program right away.