I\'m looking for the most basic description of how to draw text within a JPanel. I know there are a billion tutorials out there but none of them are clicking with me and I h
I think you should not be subclassing JFrame. Make an instance of JFrame an instance variable of Main class and add the JPanel etc. to it.