Fixed removeListener issue + partial implementation of ?

This commit is contained in:
2019-01-08 11:38:44 +01:00
parent 5af79e9670
commit 9ee5ab9afc
10 changed files with 107 additions and 51 deletions

View File

@@ -15,6 +15,7 @@ import javax.xml.stream.XMLStreamException;
import javax.xml.stream.events.*;
import gui.I18N;
import javafx.beans.InvalidationListener;
import javafx.beans.property.ReadOnlyDoubleProperty;
import javafx.beans.property.ReadOnlyDoubleWrapper;
import javafx.concurrent.Task;
@@ -34,6 +35,7 @@ public class XML_processing {
public static boolean isCancelled = false;
public static Date startTime = new Date();
public static boolean isCollocability = false;
public static InvalidationListener progressBarListener;
public double getProgress() {
return progressProperty().get();