What is the easiest way to join two tables to provide the data for a jTable and make use of the Netbeans gui builder code? Netbeans gui builder makes setting up a jTable for a single database table a simple case of making selections that are presented--quick and easy. It would seem some hacking of the generated code, or simple extension, to join two tables (or even make a more complex query) would be possible. There are web posts that show different ways of setting up a jTable, but they don't make use of the gui builder. If I had more experience with java maybe I would see how to translate their examples for use with the gui builder generated code, but I am not there yet.
Added item: For the current program effort the database does not need to be updated, i.e. read-only.