I am learning to play with JavaFX, I try to make a TableView show the elements of a Database. For that, create a class (Methods) with a method that fills an arrayList (Jewel works with Swing Jtable).
The method returns an ArrayList named list.
How can I make an ObservableList that I have in the controller of the window, fill with this "list" that is obtained with this method ??