public projectframe() {
initComponents();
jTable2.setAutoCreateRowSorter(true);
}
I want to sort my data I used that code for sorting but sometimes in the Integer error.
like that I can't sort with true
public projectframe() {
initComponents();
jTable2.setAutoCreateRowSorter(true);
}
I want to sort my data I used that code for sorting but sometimes in the Integer error.
like that I can't sort with true