This is an example list application built using JavaFX. The app is a list of todo (to do) items. This app has functions to add, update and delete items in the list. The list data is stored in HSQLDB relational database. The app accesses the database using JDBC (Java Database Connectivity) API. The app is […]