I meant by doing individual clicksI've tried:jTable1.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);Can anyone help me out because it is kind of urgent.Thanks.
Since you only have a two button mouse, you can do multiple selections by holding down both the buttons(left and right) at the same time and moving your mouse over your rows inorder to select them
yes but i need individual clicks to select the rows (like check boxes/radiobuttons,etc..) and not a dragging motion. (and cant use 'Ctrl' button)Thanks again.