I'd like to display a video in GUI and I'm using ScalaFX API for my UI programming, and I happen to notice there's a class called VideoTrack in the API. So does that class contain all the necessary function, and how should I implement that? Thanks in advance.
Asked
Active
Viewed 102 times
1 Answers
-1
You can find a couple of good examples using media components in ProScalaFX project: https://github.com/scalafx/ProScalaFX/tree/master/src/proscalafx/ch08

Jarek
- 1,513
- 9
- 16