From 155795d71bb6e567cc904019155e289c8ec5657a Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 19 Jul 2004 19:08:47 +0000 Subject: [PATCH] ICU-3948 Fix an updating issue X-SVN-Rev: 16055 --- tools/unicodetools/com/ibm/rbm/gui/RBGroupPanel.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/unicodetools/com/ibm/rbm/gui/RBGroupPanel.java b/tools/unicodetools/com/ibm/rbm/gui/RBGroupPanel.java index 801219d5f87..91b419f4d7e 100644 --- a/tools/unicodetools/com/ibm/rbm/gui/RBGroupPanel.java +++ b/tools/unicodetools/com/ibm/rbm/gui/RBGroupPanel.java @@ -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