Skip to content
Genuine Coder
Genuine Coder
  • JavaFX
    • JavaFX 3D
    • JavaFX GUI
    • JavaFX Library Software
  • Java
  • Tutorial
  • JavaFX
    • JavaFX 3D
    • JavaFX GUI
    • JavaFX Library Software
  • Java
  • Tutorial
© All rights reserved. Proudly powered by WordPress. Theme SpeedBlog designed by WPInterface.
  • Home
  • Tutorial
  • Page 2

Category: Tutorial

How to fix “trying to overwrite …, which is also in package …” issue in linux
Posted in Linux Tutorial

How to fix “trying to overwrite …, which is also in package …” issue in linux

Estimated read time 2 min read
Posted on June 15, 2022July 10, 2022
by Muhammed Afsal Villan

Let’s see how to solve the problem of apt or dpkg failing to install packages due to errors like the…

Learn More 53 Comments on How to fix “trying to overwrite …, which is also in package …” issue in linux
JavaFX Application Icon Setup
Posted in JavaFX JavaFX GUI

JavaFX Application Icon Setup

Estimated read time 3 min read
Posted on June 14, 2022June 14, 2022
by Muhammed Afsal Villan

All programs require a nice-looking icon or logo on the taskbar and the window to make it look professional. JavaFX…

Learn More 53 Comments on JavaFX Application Icon Setup
Downloading a file from spring controller with spring boot
Posted in Java Spring

Downloading a file from spring controller with spring boot

Estimated read time 3 min read
Posted on June 13, 2022June 14, 2022
by Muhammed Afsal Villan

Sometimes, we will have to provide rest API endpoint for downloading certain files. In this article, we will see how…

Learn More 51 Comments on Downloading a file from spring controller with spring boot
How to update all WordPress post content URLs with SQL
Posted in Tutorial Wordpress

How to update all WordPress post content URLs with SQL

Estimated read time 2 min read
Posted on June 12, 2022June 14, 2022
by Muhammed Afsal Villan

Updating all the URLs and resources in the WordPress site after migrating to a new domain or migrating to a…

Learn More 51 Comments on How to update all WordPress post content URLs with SQL
Send email from Java application using Java Mail API
Posted in Java Tutorial

Send email from Java application using Java Mail API

Estimated read time 3 min read
Posted on February 24, 2019February 24, 2019
by Muhammed Afsal Villan

Java Mail API allows to send emails from your Java application. Very often it will be necessary to send emails…

Learn More 51 Comments on Send email from Java application using Java Mail API
JavaFX Communication Between Controllers
Posted in JavaFX Tutorial

JavaFX Communication Between Controllers

Estimated read time 2 min read
Posted on September 26, 2018June 12, 2022
by Muhammed Afsal Villan

When you begin with JavaFX, one problem you might come up with is the communication between different controllers to communicate…

Learn More 924 Comments on JavaFX Communication Between Controllers
JavaFX Splash Screen
Posted in JavaFX JavaFX GUI

JavaFX Splash Screen

Estimated read time 3 min read
Posted on September 25, 2018September 25, 2018
by Muhammed Afsal Villan

Splash screens are awesome. They allows to engage users when the application load in the background as a loading screen.…

Learn More 49 Comments on JavaFX Splash Screen
JavaFX Animation Tutorial with Examples
Posted in JavaFX JavaFX GUI

JavaFX Animation Tutorial with Examples

Estimated read time 6 min read
Posted on September 24, 2018September 25, 2018
by Muhammed Afsal Villan

In this article, we will have a deep look at JavaFX Animation. JavaFX provides easy to use animation API (javafx.animation…

Learn More 44 Comments on JavaFX Animation Tutorial with Examples
How to fix ” Permission denied (publickey) ” issue in Gitlab
Posted in Git

How to fix ” Permission denied (publickey) ” issue in Gitlab

Estimated read time 2 min read
Posted on September 20, 2018September 20, 2018
by Muhammed Afsal Villan

When you try to clone private repositories for the first time from an account, you may get following error. Permission denied…

Learn More 52 Comments on How to fix ” Permission denied (publickey) ” issue in Gitlab
Custom Shapes for JavaFX UI Components
Posted in JavaFX JavaFX GUI

Custom Shapes for JavaFX UI Components

Estimated read time 1 min read
Posted on September 19, 2018
by Muhammed Afsal Villan

JavaFX allows great customization options. You can easily customise and reuse component designs using CSS. In this article, we will…

Learn More 50 Comments on Custom Shapes for JavaFX UI Components
JavaFX Get Screen Size
Posted in JavaFX Tutorial

JavaFX Get Screen Size

Estimated read time 2 min read
Posted on April 25, 2018September 23, 2018
by Muhammed Afsal Villan

JavaFX provides an easy option to get screen dimensions (screen size) of all the monitors connected. This can be done…

Learn More 52 Comments on JavaFX Get Screen Size
JavaFX Scene Switch Animation
Posted in JavaFX JavaFX GUI

JavaFX Scene Switch Animation

Estimated read time 3 min read
Posted on March 24, 2018September 25, 2018
by Muhammed Afsal Villan

We all love JavaFX for its modern look and easy to use user interface APIs. In this article we will…

Learn More 52 Comments on JavaFX Scene Switch Animation
JavaFX Complete Project Tutorial : Building Material Designed Library Management Software
Posted in Java JavaFX

JavaFX Complete Project Tutorial : Building Material Designed Library Management Software

Estimated read time 3 min read
Posted on November 18, 2016September 27, 2018
by Muhammed Afsal Villan

Programming can only be learned properly with continuous practice. When you work on a complete software project, you’ll have to…

Learn More 45 Comments on JavaFX Complete Project Tutorial : Building Material Designed Library Management Software
How to make Navigation Drawer (Side Panel) in JavaFX – JavaFX Drawer
Posted in Java JavaFX

How to make Navigation Drawer (Side Panel) in JavaFX – JavaFX Drawer

Estimated read time 4 min read
Posted on August 21, 2016September 24, 2018
by Muhammed Afsal Villan

Navigation drawer provides an intuitive way to keep main navigation controls of the UI clean. The drawer will only be…

Learn More 43 Comments on How to make Navigation Drawer (Side Panel) in JavaFX – JavaFX Drawer
JavaFX Material Design : Setting Up and Making Login Application
Posted in Java JavaFX

JavaFX Material Design : Setting Up and Making Login Application

Estimated read time 3 min read
Posted on May 22, 2016June 18, 2022
by Muhammed Afsal Villan

One problem I have faced when developing java applications was the old look. Even after the introduction of Nimbus look…

Learn More 50 Comments on JavaFX Material Design : Setting Up and Making Login Application
How to add JavaFX Charts / Graphs : Tutorial
Posted in Java JavaFX

How to add JavaFX Charts / Graphs : Tutorial

Estimated read time 3 min read
Posted on May 21, 2016August 2, 2019
by Muhammed Afsal Villan

JavaFX provides a powerful set of Charts/Graphs that can be added very easily to your programs. Frankly, It is even…

Learn More 51 Comments on How to add JavaFX Charts / Graphs : Tutorial
Find Perfect Domain Name with Domain Suggestion Tools
Posted in Tutorial Uncategorized

Find Perfect Domain Name with Domain Suggestion Tools

Estimated read time 3 min read
Posted on May 16, 2016February 20, 2017
by Muhammed Afsal Villan

We all like to have a short yet meaningful domain names for our website or blog. But searching for available…

Learn More 36 Comments on Find Perfect Domain Name with Domain Suggestion Tools
Emulating Fingerprint in Android Emulator
Posted in android Tutorial

Emulating Fingerprint in Android Emulator

Estimated read time 2 min read
Posted on May 15, 2016June 19, 2022
by Muhammed Afsal Villan

Android Emulators are simply the best way to test our application during development or when we want to use apps…

Learn More 52 Comments on Emulating Fingerprint in Android Emulator
How to Add Facebook Page Plugin to Your Website or Blog
Posted in Tutorial Web

How to Add Facebook Page Plugin to Your Website or Blog

Estimated read time 2 min read
Posted on May 3, 2016September 27, 2018
by Muhammed Afsal Villan

Facebook is currently the best place to promote our websites. It is always a better idea to start a dedicated…

Learn More 53 Comments on How to Add Facebook Page Plugin to Your Website or Blog
Temperature Monitor Prorgam using JavaFX
Posted in JavaFX JavaFX Charts

Temperature Monitor Prorgam using JavaFX

Estimated read time 2 min read
Posted on April 22, 2016June 16, 2022
by Muhammed Afsal Villan

Today i am going to show you how to create a system temperature monitor program in JavaFX. This program use…

Learn More 52 Comments on Temperature Monitor Prorgam using JavaFX

Posts navigation

← Older Articles
Newer Articles →
© All rights reserved. Proudly powered by WordPress. Theme SpeedBlog designed by WPInterface.