Questions tagged [scalafx]

ScalaFX is a Scala user interface (UI) domain-specific language (DSL) built on top of JavaFX. This means that every ScalaFX application is also a valid Scala application. By extension it supports full interoperability with Java and can run anywhere the Java Virtual Machine (JVM) and JavaFX are supported.

ScalaFX is a Scala user interface (UI) domain-specific language (DSL) built on top of JavaFX. This means that every ScalaFX application is also a valid Scala application. By extension it supports full interoperability with Java and can run anywhere the Java Virtual Machine (JVM) and JavaFX are supported.

214 questions
-1
votes
2 answers

Getting started with scalafx?

I'm a casual Scala user; I use the Eclipse-based Scala IDE, and I have never needed to know maven or sbt. I'd like to learn scalafx, but all the instructions are for maven. In the Scala IDE, Scala doesn't recognize my imports. Can someone tell me…
David Matuszek
  • 1,263
  • 1
  • 16
  • 30
-1
votes
1 answer

How to add video track to Scala GUI?

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…
atjua
  • 541
  • 1
  • 9
  • 18
-2
votes
1 answer

Google map drawing broken in ScalaFx WebView

Circle drawn with google.maps.Circle inside ScalaFx WebView is broken, and not shown correctly (as seen in the screenshot). When I open the same html in the browser (Google Chrome) circle is drawn correctly. Is there something I need to set in…
Meliodas
  • 327
  • 2
  • 10
1 2 3
14
15