Pages
Categories
Tag Archives: Java
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 [...]
Posted in Java, Tech Also tagged database, JDBC, JTables, JTables + JDBC, postgreSQL, Swing 2 Comments
JTables + JDBC: Pt 2. Extending AbstractTableModel