initialize

open override fun initialize(location: URL, resources: ResourceBundle?)

Wires every widget declared by TuPrologIDEView.fxml to the private TuPrologIDEModel's event streams, creates the model's first (empty, temporary) file via TuPrologIDEModel.newFile, and resets the solver via TuPrologIDEModel.reset. Called once by the javafx.fxml.FXMLLoader after injecting the @FXML fields.