The JLabel constructor you are using is JLabel(String label, int horizontalAlignement).
As defined in javadoc , this int should only be in specific values:
JLabel public JLabel ( , int horizontalAlignment)
JLabel . .
:
text - , .
horizontalAlignment - , SwingConstants: LEFT, CENTER, RIGHT, LEADING TRAILING.
, , JLabel. SOUTH, InvalidArgument.
, setVerticalAlignment (int), Swingconstants.BOTTOM, , .
BorderLayout , BorderLayout.SOUTH . , ( ). .