I figure this is an easy one, but I don't see why my GUI only appears with a JFrame with the title "Java Message Server Information", and everything in the JFrame is transparent (i.e. not there). What I expected to see was 3 JLabels ("IP Address", "Port", "Topic Name"), and their corresponding JTextFields, and at the bottom of the JFrame a JButton labled "Accept" but instead I came up empty.
Can someone help me with this? Sorry if it's obvious, I'm very new to SWING.
Thanks!
Here's the code...