slBoardSize = new SimpleLine(NORMAL_LINE_WIDTH);
// Normal setting components...
labElevation = new Label(Messages
.getString("RandomMapDialog.labElevation"), Label.LEFT); //$NON-NLS-1$
choElevation = new Choice();
fillChoice(choElevation);
slElevation = new SimpleLine(NORMAL_LINE_WIDTH);
labCliffs = new Label(
Messages.getString("RandomMapDialog.labCliffs"), Label.LEFT); //$NON-NLS-1$
choCliffs = new Choice();
fillChoice(choCliffs);
slCliffs = new SimpleLine(NORMAL_LINE_WIDTH);
labWoods = new Label(
Messages.getString("RandomMapDialog.labWoods"), Label.LEFT); //$NON-NLS-1$
choWoods = new Choice();
fillChoice(choWoods);
slWoods = new SimpleLine(NORMAL_LINE_WIDTH);
labLakes = new Label(
Messages.getString("RandomMapDialog.labLakes"), Label.LEFT); //$NON-NLS-1$
choLakes = new Choice();
fillChoice(choLakes);
slLakes = new SimpleLine(NORMAL_LINE_WIDTH);
labRough = new Label(
Messages.getString("RandomMapDialog.labRough"), Label.LEFT); //$NON-NLS-1$
choRough = new Choice();
fillChoice(choRough);
slRough = new SimpleLine(NORMAL_LINE_WIDTH);
labSwamp = new Label(
Messages.getString("RandomMapDialog.labSwamp"), Label.LEFT); //$NON-NLS-1$
choSwamp = new Choice();
fillChoice(choSwamp);
slSwamp = new SimpleLine(NORMAL_LINE_WIDTH);
labPavement = new Label(Messages
.getString("RandomMapDialog.labPavement"), Label.LEFT);
choPavement = new Choice();
fillChoice(choPavement);
slPavement = new SimpleLine(NORMAL_LINE_WIDTH);
labRubble = new Label(Messages.getString("RandomMapDialog.labRubble"),
Label.LEFT);
choRubble = new Choice();
fillChoice(choRubble);
slRubble = new SimpleLine(NORMAL_LINE_WIDTH);
labFortified = new Label(Messages
.getString("RandomMapDialog.labFortified"), Label.LEFT);
choFortified = new Choice();
fillChoice(choFortified);
slFortified = new SimpleLine(NORMAL_LINE_WIDTH);
labIce = new Label(Messages.getString("RandomMapDialog.labIce"),
Label.LEFT);
choIce = new Choice();
fillChoice(choIce);
slIce = new SimpleLine(NORMAL_LINE_WIDTH);
labCraters = new Label(
Messages.getString("RandomMapDialog.labCraters"), Label.LEFT);
choCraters = new Choice();
fillChoice(choCraters);
slCraters = new SimpleLine(NORMAL_LINE_WIDTH);
labRivers = new Label(
Messages.getString("RandomMapDialog.labRivers"), Label.LEFT); //$NON-NLS-1$
choRivers = new Choice();
fillChoice(choRivers);
slRivers = new SimpleLine(NORMAL_LINE_WIDTH);
labRoads = new Label(
Messages.getString("RandomMapDialog.labRoads"), Label.LEFT); //$NON-NLS-1$
choRoads = new Choice();
fillChoice(choRoads);
slRoads = new SimpleLine(NORMAL_LINE_WIDTH);
labCity = new Label(
Messages.getString("RandomMapDialog.labCity"), Label.LEFT); //$NON-NLS-1$
choCity = new Choice();
choCity.add(NONE);
choCity.add("HUB");
choCity.add("GRID");
choCity.add("METRO");
choCity.add("TOWN");
slCity = new SimpleLine(NORMAL_LINE_WIDTH);
labMountain = new Label(Messages
.getString("RandomMapDialog.labMountain"), Label.LEFT); //$NON-NLS-1$
choMountain = new Choice();
fillChoice(choMountain);
slMountain = new SimpleLine(NORMAL_LINE_WIDTH);
// Advanced setting components...
labTheme = new Label(Messages.getString("RandomMapDialog.labTheme"),