Question

I'm looking for some gook looking GUI with sorting feature of JTable.Through searching I come know about Glazed List. But here Tutorials is quite difficult. https://sites.google.com/site/glazedlists/documentation/tutorial

Can any you please guide me how can I link my Jtable to Glazed list table to view my SQL Table values via JDBC?

Was it helpful?

Solution

I think this Glazed Lists example is very usefull SortedListExample.java (An example class that create a table with order and filter features)

It´s a little point to start.

Do you know that JTable can easy Sort and Filter data? Sorting and Filtering (Official Oracle Documentation Swing Tutorial- JTable- Sort And Filter)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top