-1

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.

atjua
  • 541
  • 1
  • 9
  • 18

1 Answers1

-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