Java Swing Generate JTable from POJO at runtime
- by Guillaume
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.