Displaying text in GUI
hey can someone please explain to me how I can display text in a GUI panel? I have a method which, when run, displays some values. How can I run this method in the panel?Thanks
How do you want to display the values? Label, TextField, TextArea? Which ever you need to use the appropriate method to set the text you want displayed.