TOC PREV NEXT INDEX



Table (JTable)


A JTable displays a set of data in a table. The user can specify how cells are selected (single/multiple and cell/column/row), as well as how the table is drawn (colors and lines).

A JTable is most often placed inside of a JScrollPane.

The contents of a JTable are specified using a TableModel. A TableModel lets the user fully describe the contents of the JTable in an abstract manner to create dynamic contents. See the JDK API reference and documentation for further details.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX