Java Swing Absolute Position

frame.setLayout(null);
JLabel label = new JLabel("First Name:");
label.setBounds(20, 20, 100, 20);
This is my name