|
|
|
@ -147,7 +147,7 @@ public class EnvDetectorDialog extends JDialog {
|
|
|
|
|
JPanel headerPanel = FRGUIPaneFactory.createBorderLayout_S_Pane(); |
|
|
|
|
headerPanel.setBorder(BorderFactory.createEmptyBorder(5, 0, 12, 0)); |
|
|
|
|
this.detectButton = new UIButton(buttonStatus.getDesc()); |
|
|
|
|
FineUIStyle.setStyle(detectButton, FineUIStyle.ENV_DECTETOR_BUTTON); |
|
|
|
|
FineUIStyle.setStyle(detectButton, FineUIStyle.STYLE_PRIMARY); |
|
|
|
|
detectButton.setToolTipText(buttonStatus.getDesc()); |
|
|
|
|
detectButton.addActionListener(event -> { |
|
|
|
|
if (buttonStatus.isNotExecuting()) { |
|
|
|
|