Bob,
Nipun is correct that we don’t support anything out of the box like this now. You can certainly drag and drop a JTable onto your UI then write the code that creats the DB connection and populates the TableModel directly.
If you want a more automated solution you can try and find a Swing component from a 3rd party that can be dropped onto your UI and have some properties set on it (like DB connection information) to have it load your DB directly.
Lastly, we will be making enhancements to M4M later this year that add support for beans-binding, this is a technology that should make things like binding data from a DB to a table much easier/faster, but I don’t have a timeline for that right now.