|
|
|
@ -276,7 +276,7 @@ public class EnvDetectorDialog extends JDialog {
|
|
|
|
|
successLabel.setForeground(Color.GREEN); |
|
|
|
|
resultSummaryPane.add(successLabel, BorderLayout.CENTER); |
|
|
|
|
} else { |
|
|
|
|
resultSummaryPane.add(new UILabel(Toolkit.i18nText("Fine-Design_Basic_Exception")), BorderLayout.WEST); |
|
|
|
|
resultSummaryPane.add(new UILabel(Toolkit.i18nText("Fine-Design_Basic_Detect_Result_Label")), BorderLayout.WEST); |
|
|
|
|
UILabel resultLabel = new UILabel(Toolkit.i18nText("Fine-Design_Basic_Detect_Result_Error")); |
|
|
|
|
resultLabel.setForeground(Color.RED); |
|
|
|
|
resultSummaryPane.add(resultLabel, BorderLayout.CENTER); |
|
|
|
|