Why JavaFX?
a. Rich Client Platform with lot of features to develop rich desktop clients.
b. Rich UI controls like buttons, text boxes, checkboxes, menus, tables, charts etc.,
c. Support web component APIs, where you can embed web pages in JavaFX Components.
d. Support for Graphics, you can perform 2D and 3D graphics
e. Media support for both audio and video.
f. Support declarative markup language like FXML. Using FXML, you can define UI components easily.
Core packages of JavaFX
a. javafx.stage
b. javafx.scene
Previous Next Home
No comments:
Post a Comment