A powerful way of developing stand-alone applications with awesome interfaces is JavaFX, it uses FXML codes to develop application’s interfaces whereas the back-end of an application is developed by Java. The way of developing JavaFX applications is somewhat different than developing Java Swing applications, in the beginning, you will be a little bit confusing, but…… Continue reading How to create a simple 2 by 2 equation solver in JavaFX with GUI
Tag: JavaFX
How to download and set the PATH for OracleJDK on Windows OS
Step:1 go to this link, https://www.oracle.com/technetwork/java/javase/downloads/index.html at the top of the page you will see a title “Java SE Downloads”. Note: Java has different Programming Language platforms, 1. Java SE(Standard Edition) – for normal use (it is the core platform of all other Editions).2. Java EE(Enterprise Edition) – for large scale development (like servers).3. Java…… Continue reading How to download and set the PATH for OracleJDK on Windows OS