| | |
| | | cancelButton.setEnabled(true); |
| | | okButton.setEnabled(true); |
| | | |
| | | if (returnValue.size() > 0) |
| | | if (!returnValue.isEmpty()) |
| | | { |
| | | displayError(Utils.getMessageFromCollection(returnValue, "\n"), |
| | | INFO_ERROR_TITLE.get()); |
| | |
| | | Installer.MIN_PORT_VALUE, Installer.MAX_PORT_VALUE)); |
| | | } |
| | | } |
| | | setValidLater(cbEnableSSL, errorMsgs.size() == 0); |
| | | setValidLater(cbEnableSSL, errorMsgs.isEmpty()); |
| | | return errorMsgs; |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | pathValid = errorMsgs.size() == 0; |
| | | pathValid = errorMsgs.isEmpty(); |
| | | } |
| | | |
| | | String pwd = String.valueOf(tfKeystorePwd.getPassword()); |