I have a simple program with a potential complicated output (see below).
I am asked to make a simple for loop that displays results in GUI. Can I do this without with showmessagedialog instead of doing a JTextbox/label ect?
I need this:
sample gui output:
After year 1 $11000
After year 2 $12000
After year 3 $13000
Thanks a lot in advance for any guidance.