I know how to retrieve data (just text in a table) from a database in Java and how to show it in the console. But I want to load it in a JTable.
Is there a good (modern) way (tutorial), without using Vectors?
I know how to retrieve data (just text in a table) from a database
Share
Check out this tutorial: How to Use Tables