| Author |
Jtable customization
|
Dhiraj Malhotra
Greenhorn
Joined: Jul 12, 2009
Posts: 3
|
|
|
i want to customize jtable.......how would i insert another component in any cell of jtable.....
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8566
|
|
|
Recommended reading http://java.sun.com/docs/books/tutorial/uiswing/components/table.html especially the section on editors and renderers
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
shailendra prajapati
Greenhorn
Joined: Jan 16, 2010
Posts: 1
|
|
|
use table model interface to cutomize the table..............
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8566
|
|
No.
Table model holds the data and has nothing to do with the way the data is rendered on the screen.
|
 |
 |
|
|
subject: Jtable customization
|
|
|