Updating JFrame components..

Ok, So I have a JFrame and, a JLabel. All of which likes to load simultaneously. But, I want it so the JFrame loads first and, then the JLabel loads an updates itself. I’m thinking I have to do this with threads?