Answer Posted / shrikrishna kashid
With the JTable class you can display 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.
| Is This Answer Correct ? | 15 Yes | 12 No |
Post New Answer View All Answers
What are the benefits if Swing over AWT?
What is layout in java swing?
Which package is needed for swing components?
What are heavyweight components? What is lightweight component?
Write a program to include the internal frame in swing.
What is an event handler in swing?
What is a swing day?
What is the class in swing to change the appearance of the frame in runtime?
What is jfc? What are the features of jfc?
What is the difference between applications and applets?
What is import javax swing jframe?
What is import javax swing * used for?
How to perform action on button in java swing?
What is java swing application?
Why are swing components called lightweight?