0
votes
1answer
47 views
Creating and using Multiple Filters/Searches using JTable or GlazedLists
I looked up how to use multiple filters on here with a regular table and the answers all pointed to GlazedLists. However, the answers didn't specify how to use it. I was able to g …
0
votes
1answer
53 views
GlazedLists AutoComplete Changing Selection Doesn’t Work
I am using the GlazedLists (1.8) library in my project, and I have been having trouble getting autocomplete working properly on my combo boxes. I installed a KeyListener on comboBo …
2
votes
2answers
174 views
How do I build a HTML table from Glazed List?
Lat week I downloaded the Glazed List library into eclipse. I have been looking through the tutorials and it seems that everything is designed to run jTable or SWT. I am need a bac …
0
votes
1answer
174 views
keeping JTable selection in viewport
I'm using GlazedLists to autogenerate an EventTableModel from an EventList, for use with a JTable in a JScrollbarPane.
I'm using the EventList as a FIFO, a bunch of elements are a …
