Created By: Hussein Nosair
This code is not tested yet.
1: int row = Integer.parseInt(JOptionPane.showInputDialog("Enter Row"));
2: jTable1.setRowSelectionInterval(row, row);
Posted by Circuit Negma on April 30, 2009
Created By: Hussein Nosair
This code is not tested yet.
1: int row = Integer.parseInt(JOptionPane.showInputDialog("Enter Row"));
2: jTable1.setRowSelectionInterval(row, row);
Posted in Java | 1 Comment »