Pages
Categories
Tag Archives: database
JTables + JDBC – Pt.1 Introduction
Consider this: you have a running Java application with a Swing front-end and a PostgreSQL database managing the data in the backend. You want to let your users view and modify the data in your database, but they don’t know a smidgen of SQL. Perhaps there is a way to (easily?) draw a GUI front-end [...]
JTables + JDBC: Pt. 3 Connecting to your database through JDBC