how to select a complete row on pressing a key and then search the element stored in the JTable and select that row?
问题 i have a JTable and JLabel , i have put some values in the Table ! i want to implement search in that table and then set the value from the searched value on the JLabel. suppose i type 'f' so myfunction will search where in myTable's row and 0th column the value starts with f , thus i ll get that row value ! now i want to select/highlight that entire row and print the value on JLabel. I don't know how to highlight this row! is there any better method to do searching , i have read about SwingX