Once an application reaches a certain size, it can be a really good idea to separate the frontend UI from the backend code. In…
Category
JavaFX I/O
JavaFX
How to connect JavaFX with SQLite
Managing data can be a nightmare. Flat files can be slow to load – databases need servers and networking and maintenance… Fortunately, SQLite is…
JavaFX I/O
JavaFX Drag and Drop in 3 apps (with code!)
Whether you’re importing files, copying links, or pasting content, many users expect to be able to do this using a drag-and-drop gesture on top…