In my java desktop application there is a JTable(table from swing) in that table there names of various persons. Now i want at as i write something in Search(text box for searching a name ) then after entering each letter the results of JTable are sorted .... For Example there are five Strings starting with alphabet "a" so as i enter a all those five strings must be displayed in JTable then there are 2 strings starting with "ab" as i write "b" after "a" then those 2 strings must be displayed....
..please Help me out friends