|
|
|
@ -409,6 +409,15 @@ public class ShareMainPane extends JPanel {
|
|
|
|
|
childClassify.clearBoxItems(); |
|
|
|
|
childClassify.refreshBoxItems(children); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
notifyRequiredSettingChanged(new ChangeEvent(parentClassify)); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
childClassify.addItemListener(new ItemListener() { |
|
|
|
|
@Override |
|
|
|
|
public void itemStateChanged(ItemEvent e) { |
|
|
|
|
notifyRequiredSettingChanged(new ChangeEvent(parentClassify)); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|