ICU-3501 Fix some updating issues

X-SVN-Rev: 16003
This commit is contained in:
George Rhoten 2004-07-15 07:01:01 +00:00
parent 13d3ee81ce
commit a99d6087e1

View file

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