kind of a newb so I couldn't quite get the other answers.
So I'm making a program where you keep track of exercise feedback. Every set of exercises has a different amount of exercises, so I can't put 10 fields and hope they're enough.
So I have a frame which contains scrollpane and a panel and in there are some general textfields concerning the coursework. Underneath I need to dynamically add panels according to the users whish. Any idea how to do this?
The panel I need to add dynamically to the empty space of the previous panel.