aspose file tools
The moose likes Swing / AWT / SWT and the fly likes J Table (Multiple Combo box for multiple rows) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "J Table (Multiple Combo box for multiple rows)" Watch "J Table (Multiple Combo box for multiple rows)" New topic
Author

J Table (Multiple Combo box for multiple rows)

Anand Karia
Ranch Hand

Joined: Sep 25, 2004
Posts: 154
Hello All

I ve fix 6 rows and 3 columns in jTable.

I want to use combo box for each rows i.e. 6 combo box for 6 rows for column # 3 only.

Can any1 help me.

Anand.


Love is GOD and GOD is Love.<br /> <br />Anand Karia<br />Manager I.T<br />Artistic Garment Ind. Pvt. Ltd<br />MSC (Computer Science)
Rachel Swailes
Ranch Hand

Joined: May 18, 2004
Posts: 434
Have a look at Sun's tutorial on how to use tables and pay special attention to custom CellRenderers as that is what you are going to have to write to apply to the column that you want.

Cheers,
Rachel
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: J Table (Multiple Combo box for multiple rows)
 
Similar Threads
Row Highlight on a JTable
swing components resizing
Hardest JavaScript Problem in the world so far
How to Update multiple rows of a table in jsp
combo boxes and iterator