aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Populate JCombo Box with different Values in each Row in JTable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Populate JCombo Box with different Values in each Row in JTable" Watch "Populate JCombo Box with different Values in each Row in JTable" New topic
Author

Populate JCombo Box with different Values in each Row in JTable

Rohit Kedia
Ranch Hand

Joined: Apr 24, 2010
Posts: 78
I need a Help here In my JTable I have 3 combo boxs.
If I select a Value from Combo Box 1 , then Combo Box 2 should get populated with some values by fetching from Database & Same for For Combo Box 3.

Note Each Combo Box in each row can have different set of values(which can be selected).
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19232

http://www.coderanch.com/t/451389/GUI/java/Swing-JCombobox-JTable

I knew I already answered that one.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Populate JCombo Box with different Values in each Row in JTable
 
Similar Threads
JTable
Column value is getting reset to zero automatically in Jtable
TableCellEditor ComboBox in JTable
JTable and combobox as the cellEditor
MultiComponent JTable