int rowHeight = myTable.getRowHeight(0);
myTable.setRowHeight(30);This sets the minimum height of all rows in myTable to 30 pixels. Package Library: The package library used in the examples is javax.swing. This package contains classes and interfaces for developing GUI applications that use the Swing framework. The JTable class is part of this package.