What is "jtable"

Jtable is a Java Swing component used to display and edit regular two-dimensional tables of cells.

JTable is used to view and edit regular two-dimensional tables of cells. See The Java Tutorial: How to use tables (in English) for task-oriented documentation and examples of the use of JTable.

Reference: jtable class