Sortable Java Tree Table

Y

yccheok

Hi, I am using JXTreeTable from SwingLab, for my Java Tree Table
component. However, there is a limitation from JXTreeTable - They do
not support sorting :(

Any one know any free Java Tree Table component, which support
sorting?

Thanks
 
R

Roedy Green

Hi, I am using JXTreeTable from SwingLab, for my Java Tree Table
componen

Here are two approaches: implement a Comparable/Comparator on your
keys, or extract your elements to an array or ArrayList and sort them
there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top