I want to create a JTable where in a specific column named \"Tools\" a JComboBox should be accommodated. the values of the JComboBox should differ for each row.
I think that the main problem is that your app_str String is only instantiated once. Then at the end, everything is set to the last value of this instance.