mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-3501 Fix some updating issues
X-SVN-Rev: 16003
This commit is contained in:
parent
13d3ee81ce
commit
a99d6087e1
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue