开发者

JTable and Database in Swing

开发者 https://www.devze.com 2022-12-24 20:02 出处:网络
I need to load database 开发者_C百科content into a JTable. Many times I search for help. Please anybody can refer a tutorial please, otherwise anybody can help me to do so.Basically, you need to imple

I need to load database 开发者_C百科content into a JTable. Many times I search for help. Please anybody can refer a tutorial please, otherwise anybody can help me to do so.


Basically, you need to implement a TableModel that is backed by the database. Here's a simple example of how that could be done.

0

精彩评论

暂无评论...
验证码 换一张
取 消