Sort JTable by selection from JComboBox
843805Oct 20 2006 — edited Oct 30 2006I'm trying to sort a JTable by whatever is selected in my JComboBox. The options in the JComboBox relate to the column headers, but I'm not sure how to sort the table.
I am doing it this way, because what is in my JComboBox is what will be searched from a text field.