コード例 #1
0
 public static JComponent createTitle(String string) {
   JLabel title = new JLabel(string);
   CSS.title(title);
   return title;
 }