* */
public void update(String info)
{
Status.set("updating");
//start the update thread
Thread ut = new UpdateThread(info);
ut.start();
try
{
//JobManager.getJobManager().startTaskGetter();
//wait for the UpdateThread to start.
//Thread.sleep(1000);