ICU-3948 Fix an updating issue
X-SVN-Rev: 16055
This commit is contained in:
parent
30ba09242b
commit
155795d71b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user