I need to select some row(s) in a table. The following code does nothing:
table.GetColumnModel().setColumnSelectionAllowed(true);
table.setRowSelectionAllowed(true);
table.setRowSelectionInterval(0, 0);
table.setColumnSelectionInterval(0,3);
I've looked through all help but found nothing Can somebody resolve this problem ??
table.GetColumnModel().setColumnSelectionAllowed(true);
table.setRowSelectionAllowed(true);
table.setRowSelectionInterval(0, 0);
table.setColumnSelectionInterval(0,3);
I've looked through all help but found nothing Can somebody resolve this problem ??