tfInput.setEditable(false);
tfOutput = new TextField(null == scrambler.getModuleData().getFile(KEY_SCRAMBLE_OUTPUT) ? null : scrambler
.getModuleData().getFile(KEY_SCRAMBLE_OUTPUT).getAbsolutePath(),
localizer.getTooltip(HelperResource.RES_LABEL_SCRAMBLE_OUTPUT));
tfOutput.setEditable(false);
cbCodecs = new ComboBox(CryptoSymmetricAlgo.values(),
localizer.getTooltip(HelperResource.RES_LABEL_SCRAMBLE_CODEC));
password1 = new PasswordField(localizer.getTooltip(HelperResource.RES_LABEL_SCRAMBLE_PASSWORD));
password2 = new PasswordField(localizer.getTooltip(HelperResource.RES_LABEL_SCRAMBLE_PASSWORD_VERIFY));
actionGo = new ActionGo();