How does javafx compare to a swing in terms of griffon 1.2 features?

Technically, it was possible to "create a javafx / groovyfx-based griffon app for a while."

How does swing compare to javafx now?

Can the latter be recommended for a new application without outdated baggage?

Any bugs to keep track of?

How does griffon + javafx / groovyfx communication work?

+5
source share
3 answers

JavaFX is the successor to Swing and has many advantages over Swing, including:

  • , (, , , , ). node . , , , , . Swing, : Java2D.

  • WebView node - WebKit, - .

  • CSS

  • FXML . SceneBuilder, FXML, .

, Swing , , OpenJFX http://openjdk.java.net/projects/openjfx/ JavaFX.

, Bjรถrn Mรผller CaptainCasa.com " JavaFX", , Swing JavaFX http://captaincasa.blogspot.com/2013/01/why-we-use-javafx-paper.html

, , , JavaFX javafxcommunity dot com, JavaFX.

, Oracle Java Technology Ambassador

+8

javafx swing. , . , javafx , .

0
0
source

All Articles