Java Swing Generate JTable from POJO at runtime
Posted
by Guillaume
on Stack Overflow
See other posts from Stack Overflow
or by Guillaume
Published on 2010-03-26T13:45:31Z
Indexed on
2010/03/26
18:23 UTC
Read the original article
Hit count: 419
I'm looking for a library able to build at runtime, using some configuration (xml, annotations, ...) and reflection, a complete JTable (model + searchable and sortable jtable) from a collection of POJOS.
I did not found anything like that on the web and I'm wondering if something already exist before I start to coding this.
© Stack Overflow or respective owner