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/
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java JTable View All Comments
Post your Comment