jdk1.4 not supporting RowFilter class

40 views Asked by At

I need to filter JTable based on the the JTextField value by comparing it with a JTable column. I am not able to use RowFilter class because the application is using jdk1.4. Please suggest an alternate option for this.

0

There are 0 answers