ICU-3948 Fix an updating issue

X-SVN-Rev: 16055
This commit is contained in:
George Rhoten 2004-07-19 19:08:47 +00:00
parent 30ba09242b
commit 155795d71b

View File

@ -346,8 +346,7 @@ class RBGroupPanel extends JPanel {
public void updateComponents() {
// Initialize components
if (bundle != null) {
initComponents();
/*jLabelGroupTitle.setText(bundle.name);
jLabelGroupTitle.setText(bundle.name);
((GroupItemsTableModel)jTableGroupTable.getModel()).setGroup((BundleGroup)jComboBoxGroup.getSelectedItem());
jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment());
@ -356,7 +355,7 @@ class RBGroupPanel extends JPanel {
// Update the group comment
jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment());
*/
((GroupComboBoxModel)jComboBoxGroup.getModel()).update();
} else if (rbm != null) {
// Update the list of groups