Java App dev JavaFx + SceneBuilder

Using amazon cornetto SDK

Download it from official Amazon link

Get JavaFx

FX link

On Intelij -> New Project -> Java FX
Add the javaFx lib folder to the project library as External Library: File -> Project Structure -> Libraries
Edit Configurations -> VM Options

--module-path C:\java\javafx-sdk-16\lib --add-modules javafx.controls,javafx.fxml

Using SceneBuilder

Free to download link
SceneBuilder uses the .fxml files to build the design of the app.
Once satisfied with the looks, overwrite the sample.fxml file with the new design from SceneBuilder -> File -> Save

 

Finding Libaries

Mvn Repos link

Need to work with json -> { Any that is good enough }

 

More Info on:

java
javafx
java Spring
java android

 

Mysql connector

Was this article helpful?

Related Articles

Leave A Comment?