I need to use a GUI for a program (with a main, superclass and subclass) that I've already written (am quite proud of actually. LOL). I'm super new at this so I want to keep it simple and just display the output of my program (an array of inventory objects) in a GUI. My text book is like reading mud, and very unhelpful.
Where do I start? Again, all I want to do is that the output of my program and display it in the text area of a GUI. no interaction quite yet for me, hence my super rookie status.