[SOLVED] Subclass Questions

So, I have my Launcher class and, I have two other classes that extend it. Then, Those two classes use super to define which if statement to execute within the Launcher class.

Now, What I’m trying to do is have one of those extended classes create a JPanel and, a JLabel within it. So that I can show a loading gui, Which updates the JLabel to show things like; Loading: Tile “Grass” or, Loading: Image X.

Updating the JLabel isn’t a problem, The problem is adding the panel from the extended class to the JFrame of the super class (Launcher.class). Which has to be done within the if statement that identifies the extended class by a id#.

If necessary I can attach code to this post to better assist someone with helping me, Upon request. I’m kind of multi tasking right now, So if something is hard to understand just ask for clarification.