Java JTable

JComponent.component is more flexible Java Swing component that allows the user to store, show and edit the data in tabular format.

Java JTable

Java JTable

     

JComponent.component is more flexible Java Swing component that allows the user to store, show and edit the data in tabular format. It displays tables of data, optionally allowing the user to edit the data. JTable does not contain or cache data; it is simply a view of your data.

The Java swing implements tables by using the JTable class and a subclass of JComponent. It is a user-interface component that represents the data of  two-dimensional tabular format.

To know more about Java JTable, just click

http:/www.roseindia.net/java/example/java/swing/CellGap.shtml

http:/www.roseindia.net/java/example/java/swing/