JTable is a Java Swing component used to display and edit regular two-dimensional tables of cells.
JTable is a Java Swing component used to display and edit regular two-dimensional tables of cells.
JTable
is used to display and edit regular two-dimensional tables of cells. See The Java Tutorial: How to Use Tables for task-oriented documentation and examples of using JTable
.
Reference: Class JTable