After much research, I can't find anything on this, Is it even possible to generate an Array list entirely from user input, populating the list is easy, but I want to name the Array from user input also,
List<String> jTextfield.getText = new ArrayList<>();
Now i know this won't work, but is something to this effect even possible?