Setel lokasi label java

JLabel label = new JLabel();
label.setLocation(x,y); //Set location 
Grumpy Goose