How to implement on searching a value in JTable
Please help me on the following problem:
1. Type in a string in the textfield of a dialog box and click button "Search".
2. A JTable has over 1000 rows of data. If the searched string is found in the JTable, highlight either the rows or the cell which has the string in it.
Thanks in advance for any tip and suggestion,
chrislx
|