|
|
@ -197,8 +197,14 @@ public class VcsMovePanel extends BasicPane { |
|
|
|
|
|
|
|
|
|
|
|
private void initTipDesc() { |
|
|
|
private void initTipDesc() { |
|
|
|
UILabel descLabel = FRWidgetFactory.createLineWrapLabel(Toolkit.i18nText("Fine-Design_Vcs_Move_Desc")); |
|
|
|
UILabel descLabel = FRWidgetFactory.createLineWrapLabel(Toolkit.i18nText("Fine-Design_Vcs_Move_Desc")); |
|
|
|
|
|
|
|
UILabel firstLabel = FRWidgetFactory.createLineWrapLabel(Toolkit.i18nText("Fine-Design_Vcs_Move_Tips_First")); |
|
|
|
|
|
|
|
UILabel secondLabel = FRWidgetFactory.createLineWrapLabel(Toolkit.i18nText("Fine-Design_Vcs_Move_Tips_Second")); |
|
|
|
descLabel.setForeground(TIP_COLOR); |
|
|
|
descLabel.setForeground(TIP_COLOR); |
|
|
|
|
|
|
|
firstLabel.setForeground(TIP_COLOR); |
|
|
|
|
|
|
|
secondLabel.setForeground(TIP_COLOR); |
|
|
|
choosePane.add(descLabel); |
|
|
|
choosePane.add(descLabel); |
|
|
|
|
|
|
|
choosePane.add(firstLabel); |
|
|
|
|
|
|
|
choosePane.add(secondLabel); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void initRadioButton() { |
|
|
|
private void initRadioButton() { |
|
|
|