Lines Matching refs:statusLabel
38 …te static boolean regSingletons( String path, String progPath, String opSys, JLabel statusLabel ) { in regSingletons() argument
59 …statusLabel.setText("Regsingleton ScriptRuntimeForJava Failed, please view SFrameworkInstall.log"); in regSingletons()
68 statusLabel.setText(message); in regSingletons()
75 public static boolean register(String path, JLabel statusLabel) { in register() argument
88 statusLabel.setText("Registering Scripting Framework..."); in register()
91 statusLabel.setText("Registering Scripting Framework Components..."); in register()
125 statusLabel.setText( in register()
144 statusLabel.setText("Updating StarBasic libraries..."); in register()
145 if(!FileUpdater.updateScriptXLC(path, statusLabel)) { in register()
146 … statusLabel.setText("Updating user/basic/script.xlc failed, please view SFrameworkInstall.log"); in register()
149 if(!FileUpdater.updateDialogXLC(path, statusLabel)) { in register()
150 … statusLabel.setText("Updating user/basic/dialog.xlc failed, please view SFrameworkInstall.log"); in register()
159 statusLabel.setText(message); in register()