//TE: return attributes combo...
CBPanel returnAttrsPanel = new CBPanel();
returnAttributesCombo = new CBJComboBox(ReturnAttributesDialog.getSavedListNames());
returnAttributesCombo.setSelectedItem(ReturnAttributesDialog.DEFAULT_RETURN_ATTRS);
returnAttrsPanel.makeLight();
returnAttrsPanel.add(new JLabel(CBIntText.get("Information to retrieve")+": "));
returnAttrsPanel.makeWide();
returnAttrsPanel.addln(returnAttributesCombo);
panel.addln(returnAttrsPanel);