I have made a java program with GUI. Now I want to add a component on the GUI where I can display whatever I want in the same way we display output through
System.out.println();
Which component I can add on the GUI and how to display content on that component.