How to use Log4j in the JavaFX Application?

In this tutorial, I have explained the use of logger(log4j) in the JavaFX project. I have described the whole process step by step with the help of an FXML-based project created in NetBeans IDE. Also, I have given the answers to the following FAQs in this tutorial. 1) What is the location of log4j.properties file? … Read more

How to setup JavaFX Environment in Visual Studio Code?

In this tutorial, I will show you how to set up the JavaFX environment in visual studio code to run a JavaFX application. I have explained the whole process step by step. Please follow the instructions described in this tutorial for flawless JavaFX setup in Visual Studio code. VM args value is given below: “vmArgs”: … Read more

Creating an Executable jar from Maven based JavaFX Project | JavaFX Tutorial for Beginners

In this tutorial, I have described the process to export an executable jar with dependency from a maven-based JavaFX project. I have used the sample project from my previous tutorial “How to create a maven-based JavaFX project”. If you want to learn, please follow the link given below. *Tutorial: How to create a maven-based JavaFX … Read more

Creating Horizontal BarChart in JavaFX with FXML | JavaFX Chart Tutorial for Beginners

In this tutorial, we will learn to create a horizontal bar chart in JavaFX. Basically, we will convert a vertical bar chart into a horizontal bar chart.    I would suggest watching the first tutorial to create a bar chart in JavaFX with fxml. https://www.youtube.com/embed/MDPim9o0BuU If you find this tutorial useful, so please hit like … Read more