Answer the question
In order to leave comments, you need to log in
javafx. How to launch vlcj player inside your application?
Hello.
I am doing a project on JavaFX, it is necessary that there are 2 tablets in the window and a player under them.
Please tell me how to add a vlcj player to my form, something doesn’t work for me.
I added a SplitPane to the main FXML and I'm trying to load the player into it, like this:
playerController = new VLCPlayerController();
playerController.initialize(null, null);
splitPane.getItems().add(0, playerController);
Answer the question
In order to leave comments, you need to log in
Solution here: http://ru.stackoverflow.com/questions/467259/How-to...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question