380381382383384385386387388389390
} } else { // in the main window, initiate the deployment directly events_.fireEvent(new ShinyAppsDeployInitiatedEvent( sourceDir_, sourceFile_, launchCheck_.getValue(), ShinyAppsDeploymentRecord.create(appName, account, ""))); }
412413414415416417418419
Desktop.getFrame().bringMainFrameToFront(); else WindowEx.get().focus(); ShinyAppsDeploymentRecord record = jsoRecord.cast(); events_.fireEvent(new ShinyAppsDeployInitiatedEvent( path, file, launch, record)); }