I want to create a popup user input getter that will show a table like field with multiple text lines.
As an example, I would want a window with 10 rows of text lines and a label to the left side saying what each entry is, and would want to populate it with some default value.
Kind of like this but just the left table and I can modify the white boxes and press confirm.
Is this possible in Swing?