i have a JTable having many strings in that.i have created a textbox for user entry, above the table. i want a row filter which can remove the rows having strings enterd by
You can use JTable.setAutoCreateRowSorter which will use the default row sorter/filter of the JTable
JTable.setAutoCreateRowSorter
JTable