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を使用しています