Lines Matching refs:message
54 String message = "\nError reading ProtocolHandler.xcu, please view SFrameworkInstall.log."; in updateProtocolHandler()
55 System.out.println(message); in updateProtocolHandler()
57 statusLabel.setText(message); in updateProtocolHandler()
79 String message = "\nError updating ProtocolHandler.xcu, please view SFrameworkInstall.log."; in updateProtocolHandler()
80 System.out.println(message); in updateProtocolHandler()
82 statusLabel.setText(message); in updateProtocolHandler()
128 String message = "Error reading script.xlc, please view SFrameworkInstall.log."; in updateScriptXLC()
129 System.out.println(message); in updateScriptXLC()
131 statusLabel.setText(message); in updateScriptXLC()
157 String message = "\nError updating script.xlc, please view SFrameworkInstall.log."; in updateScriptXLC()
158 System.out.println(message); in updateScriptXLC()
160 statusLabel.setText(message); in updateScriptXLC()
205 String message = "\nError reading dialog.xlc, please view SFrameworkInstall.log."; in updateDialogXLC()
206 System.out.println(message); in updateDialogXLC()
207 statusLabel.setText(message); in updateDialogXLC()
233 String message = "\nError updating dialog.xlc, please view SFrameworkInstall.log."; in updateDialogXLC()
234 System.out.println(message); in updateDialogXLC()
236 statusLabel.setText(message); in updateDialogXLC()