panel1.setLayout(new FlowLayout());
panel1.add(hp_label);
panel1.add(health_field);
panel1.add(money_label);
panel1.add(money_field);
I would like to put the Money_label in the next line inline with the money_field.