![]() |
The Java Developers Almanac 1.4 |
|
e907. Getting the Number of Rows and Columns in a JTable Component int rows = table.getRowCount();
int cols = table.getColumnCount();
e909. Inserting a Row in a JTable Component e910. Removing a Row from a JTable Component e911. Moving a Row in a JTable Component e912. Copying a Row or Column in a JTable Component e913. Setting the Height of a Row in a JTable Component e914. Shading Rows and Columns in a JTable Component
© 2002 Addison-Wesley. |