if (groupList.size() == 0) {
throw new ProTransRuntimeException(
"Bruker har ikke definert noe produktomr�de");
}
JComboBox comboBox = new JComboBox(
new ComboBoxAdapter(
groupList,
productAreaGroupModel
.getModel(ProductAreaGroupModel.PROPERTY_PRODUCT_AREA_GROUP)));
comboBox.setName("ComboBoxProductAreaGroup");
comboBox.setSelectedItem(userProductAreaGroup);