Iss1122 upload info
Compare changes
@@ -20,6 +20,7 @@ import javafx.fxml.FXMLLoader;
@@ -20,6 +20,7 @@ import javafx.fxml.FXMLLoader;
@@ -97,12 +98,15 @@ public interface JavaFXRoutines {
@@ -97,12 +98,15 @@ public interface JavaFXRoutines {
static public<T,U extends ObservableValue<T>>void setOnDoubleClickAction(TableView<U> tableView ,ExecutorService executorService,Predicate<T> openAllowed, Consumer<T> r) {
@@ -111,4 +115,9 @@ public interface JavaFXRoutines {
@@ -111,4 +115,9 @@ public interface JavaFXRoutines {