public SyncController() {
super();
}
public void runSynchronization() {
this.jDialogSyncronization = new JDialogSynchronization(SystoleApp.getApplication().getMainFrame(), this);
this.jDialogSyncronization.setResizable(false);
this.jDialogSyncronization.setLocationRelativeTo(null);
this.worker = new SynchronizationWorker(this);
this.worker.addPropertyChangeListener(this);
this.setRunning(true);