1
I created a software in Java to make comparisons, the idea is to register objects as cell phones and create criteria to define the best according to their weight.
Problem: I want to register an unlimited amount of mobile and criteria, I am trying to create a dynamic table that the lines are products and columns criteria without having a fixed size.
Logica: I tried to develop a for that goes up to the amount of items and for each item was added to Label products and a text box to put the weight of each criterion but without success.