I have less experience with Java Swing and I want to create a dynamic list where for each element must be specified 2 parameters.
I have n elements, where the number n isn't known and depends on others procedures...
I want that for the n elements, a swing GUI shows n lines where each line on the left has 2 box for setting parameters String id and int time.
This swing GUI on confirm should put all these data in a List<Process>
(where the Process is simply an object defined by a String id and int time).