button1a.setWidth(110);
buttonLayout.addMember(button1a);
mainLayout.addMember(buttonLayout);
// Create the FeatureGrid that shows alpha-numerical attributes of features:
table = new FeatureListGrid(map.getMapModel());
table.setEditingEnabled(true);
mainLayout.addMember(table);
}