Circuit Negma

C++, C, VB.NET, PCB, Electronics, Circuit Design

Archive for April 30th, 2009

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);

Posted in Java | 1 Comment »