JTable :: Row Selection Method
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);
Ferinannnd said
Что ж… и такое мнение допустимо. Хотя, думаю, возможны и другие варианты, так что не огорчайтесь.