I'm trying to make a JTable, which has a JComboBox in a cell. I know that i could use a celleditor, but the trick is that i want different information in each row's combobox. Each row in the table represent an object, on that object are there an arraylist and it's content of that arraylist I want in the comboboxes. Here's my thought process so far.I'm trying to make a JTable, which has a JCombo