Tambahkan teks ke jlable

JLabel label = new JLabel("Whatever text");
or 
label.setText("Whatever Text");
Grumpy Goose