if (timeline.getStatus()!=Status.RUNNING){
// lazy init cause else annimation pane is not layouted
timeline.getKeyFrames().clear();
annimationPane.getChildren().clear();
final AdapterAnimationCreator adapterAnimationCreator = new AdapterAnimationCreator(annimationPane, timeline);
adapterAnimationCreator.create(adapterInputTable.getItems(), adapterOutputLaunchTable.getItems(),
adapterOutputNotifyTable.getItems());
slider.setMax(timeline.getTotalDuration().toMillis());
Bindings.unbindBidirectional(positionLabel.textProperty(), slider.valueProperty());