我想将我的 JLabel 对齐到左侧。
String lText = "<html><b><font color = white face = comic sans ms size = 20>mybook</font></b></html>";
JLabel label = new JLabel(lText);
label.setBorder(new EmptyBorder(25,0,25,500));
我尝试使用 EmptyBorder 来做,但它没有正确对齐。我正在使用 FlowLayout