Novice programmers often find themselves overwhelmed when it comes to writing their own applications. Sometimes what they need is a blueprint – an example to follow that shows them the way. “Introduction to JavaFX development” is written to do just that. It takes a simple description of an application and walks through how to build the program. Continue reading “Introduction to JavaFX development”
JavaFX Alert dialog example
Quite often when building desktop applications there is a need to present information to the user. A popular means of doing this is through the use of a popup dialog box. JavaFX provides us with a few ways of doing this using the Alert dialog box. In this tutorial we take a look at the various types of alert from error to confirmation. Continue reading “JavaFX Alert dialog example”
Configure your application using a properties file
When I first started out in programming, I made the same mistake I now see countless people make when starting. I wrote code for me and that worked, and that was good enough for me. As time passed and the code I produced expanded and became more ambitious so my bad habits became more ingrained. I think it is something we all do; we all go through. It is not until we encounter an issue, a reason to change, that we appreciate the error of our ways. If we are fortunate we get an opportunity to work with other more worldly wise programmers who can help us adopt good habits; if not then we need hard lessons to alter our behaviour.
Continue reading “Configure your application using a properties file”


