|
|
@ -585,7 +585,7 @@ public class RemoteEnvPane extends BasicBeanPane<RemoteDesignerWorkspaceInfo> { |
|
|
|
if (processor != null) { |
|
|
|
if (processor != null) { |
|
|
|
connection = processor.customUserName(originalConnection); |
|
|
|
connection = processor.customUserName(originalConnection); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
connection = remoteEnv.getConnection(); |
|
|
|
connection = originalConnection; |
|
|
|
} |
|
|
|
} |
|
|
|
final SwingWorker<Boolean, Void> worker = new SwingWorker<Boolean, Void>() { |
|
|
|
final SwingWorker<Boolean, Void> worker = new SwingWorker<Boolean, Void>() { |
|
|
|
|
|
|
|
|
|
|
|