519View
8Rating

This video illustrates how to develop a system temperature monitor program using JavaFX programming language. The Line Chart from standard javafx.scene.chart library is used. In order to get the temperature readings, i have given a connection to the system terminal so that i can execute terminal commands within the Java program itself. This program works only on linux and Mac unless you have similar command in Windows. CSS styling is used to customize the look and feel of the program. The detailed description about css styling of javafx charts can be found at http://docs.oracle.com/javafx/2/charts/css-styles.htm. Download the project source code and read more about the program at http://www.genuinecoder.com/2016/06/temperature-monitor-prorgam-using-javafx.html