I wanna create a gui interface to show my MySQL database, table by table. I am a completely newbie with it, is there any fast way to create this kind of GUI?
Pat Hays
Ranch Hand
Joined: Aug 20, 2004
Posts: 138
posted
0
Hi Frank,
If you know how to access MySQL database, and how to use Tablemodel to list the data into the JTable, then creating GUI for that won't be a problem. [ October 30, 2004: Message edited by: Pat Hays ]