Personally, I don't like using JLabels in the format you used. I would normally use them like this

JFrame frame = new JFrame();
frame.set(new JLabel("Hi"));

but to make the format you used...