Swingx « JTable « Java Swing Q&A





1. How to use Swingx Components: jXSearchPanel with jTable    stackoverflow.com

I would like to have some exemple of implementation of jXSearchPanel with jTable. I didn't find something on the web. Thank you in advance, Best Regards, Florent

2. How do I remove a SwingX AutoCompleteDecorator?    stackoverflow.com

I am using a SwingX AutoCompleteDecorator on the JTextField of a DefaultCellEditor. However, I'm using the same Editor on multiple columns of the table. The auto-complete suggestions will have to differ ...