{
final JPanel panel = new JPanel();
panel.setLayout(new BoxLayout(panel, BoxLayout.PAGE_AXIS));
// Create the races separator
final LabelSeparator separator =
new LabelSeparator(I18N.getString("dialog.preferences.usedRaces"));
separator.setToolTipText(I18N
.getToolTip("dialog.preferences.usedRaces"));
panel.add(separator);
// Create the race checkboxes
final JPanel racePanel = new JPanel();