Hey, I just started learning
Java a few weeks ago and I'm working with Swing right now in NetBeans. In one of my projects, I'm transferring a program I wrote earlier to include a GUI. However, I'm not sure how to output text. The program should print multiple lines (changes everytime). Normally I would use System.out.print or System.out.format, is there a component I could use that basically acts as a blank text file, and if so, how?