Downloading a file from spring controller with spring boot
Sometimes, we will have to provide rest API endpoint for downloading certain files. In this article, we will see how to provide an option...
How to update all WordPress post content URLs with SQL
Updating all the URLs and resources in the WordPress site after migrating to a new domain or migrating to a domain from IP address...
Send email from Java application using Java Mail API
Java Mail API allows to send emails from your Java application. Very often it will be necessary to send emails when you are...
JavaFX Communication Between Controllers
When you begin with JavaFX, one problem you might come up with is the communication between different controllers to communicate between scenes. In this...
JavaFX Splash Screen
Splash screens are awesome. They allows to engage users when the application load in the background as a loading screen. In this article, we...
JavaFX Animation Tutorial with Examples
In this article, we will have a deep look at JavaFX Animation. JavaFX provides easy to use animation API (javafx.animation package). There are some...
How to fix ” Permission denied (publickey) ” issue in Gitlab
When you try to clone private repositories for the first time from an account, you may get following error.
Permission denied (publickey).
Permission denied (publickey) fatal :...
Custom Shapes for JavaFX UI Components
JavaFX allows great customization options. You can easily customise and reuse component designs using CSS. In this article, we will see how to apply...
JavaFX Get Screen Size
JavaFX provides an easy option to get screen dimensions (screen size) of all the monitors connected. This can be done using the javafx.stage.Screen class.
Get Screen...
JavaFX Scene Switch Animation
We all love JavaFX for its modern look and easy to use user interface APIs. In this article we will discuss about JavaFX Scene...
JavaFX Complete Project Tutorial : Building Material Designed Library Management Software
Programming can only be learned properly with continuous practice. When you work on a complete software project, you'll have to understand how to put...
How to make Navigation Drawer (Side Panel) in JavaFX – JavaFX Drawer
Navigation drawer provides an intuitive way to keep main navigation controls of the UI clean. The drawer will only be made visible to the...
JavaFX Material Design : Setting Up and Making Login Application
One problem I have faced when developing java applications was the old look. Even after the introduction of Nimbus look and feel, the user...
How to add JavaFX Charts / Graphs : Tutorial
JavaFX provides a powerful set of Charts/Graphs that can be added very easily to your programs. Frankly, It is even easier than adding a...
Find Perfect Domain Name with Domain Suggestion Tools
We all like to have a short yet meaningful domain names for our website or blog. But searching for available domains on GoDaddy or...
Emulating Fingerprint in Android Emulator
Android Emulators are simply the best way to test our application during development or when we want to use apps on PC. Currently, fingerprint...
How to Add Facebook Page Plugin to Your Website or Blog
Facebook is currently the best place to promote our websites. It is always a better idea to start a dedicated Facebook page for your...
Temperature Monitor Prorgam using JavaFX
Today i am going to show you how to create a system temperature monitor program in JavaFX. This program use Line Chart from JavaFX...
How to Create Barcodes as Batches (Bulk creation)
You can create barcodes for any alphanumeric combination using Zint Barcode Generator. Download Zint Barcode Studio From http://sourceforge.net/projects/zint/. It is available for both windows and Linux.
Generating One...