Java and JFX
Posted on Thu 26 May 2016 in Learning
JAVAFX
-
The platform is made from the JAVA API. JavaFX applications can use Java API libraries to access native system capabilities and connect to server-based middleware applications.
-
The look and feel of JavaFX applications can be customized using CSS. FXML helps in this.
UI can be built without writing code using JavaFX scene builder. -
As the UI is designed, the Scene Builder creates FXML markup that can be ported to an IDE.
WebView : A webcomponent that uses WebKitHTML technology to make it possible to embed webpages into a JavaFX application. Javascript running in WebView can call Java APIs, and Java APIs can call JavaScript running in WebView.
There's Swing Interoperability : Swing applications can be updated with JavaFX features, such as rich graphics media playback and embedded Web content. The SwingNode class enables you to embed Swing content into JavaFX applications
Modena theme?
3D Graphics.
Canvas API : The Canvas API enables drawing directly within an area of the JavaFX scene that consists of one graphical element (node).