Home Help Java J Java JTable



Java JTable
Posted on: November 13, 2009 at 12:00 AM
JComponent.component is more flexible Java Swing component that allows the user to store, show and edit the data in tabular format.

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/

Related Tags for Java JTable:


More Tutorials from this section

Ask Questions?    Discuss: Java JTable   View All Comments

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

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.