|
|
|
@ -148,7 +148,6 @@ public class EnvDetectorDialog extends JDialog {
|
|
|
|
|
headerPanel.setBorder(BorderFactory.createEmptyBorder(5, 0, 12, 0)); |
|
|
|
|
this.detectButton = new UIButton(buttonStatus.getDesc()); |
|
|
|
|
FineUIStyle.setStyle(detectButton, FineUIStyle.ENV_DECTETOR_BUTTON); |
|
|
|
|
detectButton.setForeground(FineUIUtils.getUIColor("background.normal", "background.normal")); |
|
|
|
|
detectButton.setToolTipText(buttonStatus.getDesc()); |
|
|
|
|
detectButton.addActionListener(event -> { |
|
|
|
|
if (buttonStatus.isNotExecuting()) { |
|
|
|
|