Displaying data from database in JTable

前端 未结 6 2026
故里飘歌
故里飘歌 2020-12-21 05:54

I\'m writing a program using jdbc that will be an interface to database(smth like CRUD aplication). I assume that I have to write a class(e.g. DBCLass) that wil

6条回答
  •  难免孤独
    2020-12-21 06:12

    You want to use the DBTable component from the QuickTable project.

    Check this SO answer with sample code usage.

提交回复
热议问题