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

Category: Tutorial

Building Real-World Microservices with Spring Boot 3: A Step-by-Step Guide
Posted in Java Spring boot

Building Real-World Microservices with Spring Boot 3: A Step-by-Step Guide

Estimated read time 1 min read
Posted on April 21, 2024April 21, 2024
by Muhammed Afsal Villan

In this comprehensive tutorial, we’ll explore the world of microservices using the latest Spring Boot 3 framework. We’ll create a…

Learn More 47 Comments on Building Real-World Microservices with Spring Boot 3: A Step-by-Step Guide
Dart/Flutter code highlighting for WordPress
Posted in Tutorial Wordpress

Dart/Flutter code highlighting for WordPress

Estimated read time 5 min read
Posted on July 7, 2022
by Muhammed Afsal Villan

The WordPress’s SyntaxHighligter Evolved is a great plugin for syntax highlighting. It supports a ton of syntaxes and has a…

Learn More 91 Comments on Dart/Flutter code highlighting for WordPress
Encryption and decryption in flutter
Posted in Flutter Tutorial

Encryption and decryption in flutter

Estimated read time 4 min read
Posted on July 6, 2022
by Muhammed Afsal Villan

This tutorial explores the data encryption and decryption using the dart language for the flutter apps. We come across the…

Learn More 92 Comments on Encryption and decryption in flutter
Flutter OutlinedButton Tutorial (2022)
Posted in Flutter Tutorial

Flutter OutlinedButton Tutorial (2022)

Estimated read time 4 min read
Posted on July 4, 2022July 4, 2022
by Muhammed Afsal Villan

An OutlinedButton is a button with text child and a border outline. It is also a form of TextButton with…

Learn More 71 Comments on Flutter OutlinedButton Tutorial (2022)
How to generate UUID in dart / flutter
Posted in Flutter Tutorial

How to generate UUID in dart / flutter

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

Very often, we come across the need to have UUID. UUIDs are perfect for giving unique ID to objects and…

Learn More 67 Comments on How to generate UUID in dart / flutter
Flutter ElevatedButton Tutorial (2022)
Posted in Flutter Tutorial

Flutter ElevatedButton Tutorial (2022)

Estimated read time 5 min read
Posted on June 29, 2022July 4, 2022
by Muhammed Afsal Villan

In this tutorial, we will explore the ElevatedButton widget in Flutter. ElevatedButtons are, as the name suggests, buttons with a…

Learn More 73 Comments on Flutter ElevatedButton Tutorial (2022)
Java JFrame Tutorial
Posted in Java Tutorial

Java JFrame Tutorial

Estimated read time 6 min read
Posted on June 28, 2022June 29, 2022
by Muhammed Afsal Villan

JFrame is a java swing container that can be used to create application windows. JFrames are the top most container…

Learn More 67 Comments on Java JFrame Tutorial
Flutter TextButton Widget – Usage and Examples
Posted in Flutter Tutorial

Flutter TextButton Widget – Usage and Examples

Estimated read time 4 min read
Posted on June 26, 2022July 6, 2022
by Muhammed Afsal Villan

In this tutorial, we will explore the Button widgets available in the Flutter. Compared to the previous version Flutter2, Flutter3…

Learn More 69 Comments on Flutter TextButton Widget – Usage and Examples
Create animated GIF from multiple images in Java
Posted in Java Tutorial

Create animated GIF from multiple images in Java

Estimated read time 6 min read
Posted on June 25, 2022June 25, 2022
by Muhammed Afsal Villan

In this tutorial, we will learn how to programmatically create animated GIF by combining multiple images in java easily. We…

Learn More 51 Comments on Create animated GIF from multiple images in Java
How to create excel files in Java
Posted in Java Tutorial

How to create excel files in Java

Estimated read time 7 min read
Posted on June 23, 2022
by Muhammed Afsal Villan

In this tutorial, we will explore the Java spreadsheet support and learn how to create Microsoft Excel .xlsx spreadsheet files…

Learn More 51 Comments on How to create excel files in Java
Java WebP Image Support – Read and Save WebP Images
Posted in Java Tutorial

Java WebP Image Support – Read and Save WebP Images

Estimated read time 5 min read
Posted on June 23, 2022June 30, 2022
by Muhammed Afsal Villan

WebP is a new generation image format developed by Google exclusively for the Web. It has both lossy and lossless…

Learn More 50 Comments on Java WebP Image Support – Read and Save WebP Images
JavaFX Image Button Tutorial
Posted in JavaFX JavaFX GUI

JavaFX Image Button Tutorial

Estimated read time 4 min read
Posted on June 22, 2022June 22, 2022
by Muhammed Afsal Villan

In this tutorial, we will learn how to create image buttons in JavaFX. By default, there is no special component…

Learn More 51 Comments on JavaFX Image Button Tutorial
Create your first flutter desktop application – Flutter tutorial
Posted in Flutter Tutorial

Create your first flutter desktop application – Flutter tutorial

Estimated read time 6 min read
Posted on June 22, 2022June 22, 2022
by Muhammed Afsal Villan

Flutter is the new developer-friendly cross-platform open-source framework developed by Google. The flutter community is growing and as of 2022,…

Learn More 51 Comments on Create your first flutter desktop application – Flutter tutorial
How to add WebP thumbnail support on Ubuntu and Linux Mint
Posted in Linux Tutorial

How to add WebP thumbnail support on Ubuntu and Linux Mint

Estimated read time 2 min read
Posted on June 21, 2022June 30, 2022
by Muhammed Afsal Villan

As of writing this article, on 2022 June, there is no default support for WebP images in the Ubuntu/Linux Mint…

Learn More 51 Comments on How to add WebP thumbnail support on Ubuntu and Linux Mint
JavaFX ObservableList Tutorial
Posted in JavaFX Tutorial

JavaFX ObservableList Tutorial

Estimated read time 4 min read
Posted on June 20, 2022June 21, 2022
by Muhammed Afsal Villan

JavaFX ObservableList is JavaFX SDK’s special implementation of List interface. It is basically an observable list that provides option to…

Learn More 48 Comments on JavaFX ObservableList Tutorial
JavaFX CheckComboBox
Posted in JavaFX JavaFX GUI

JavaFX CheckComboBox

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

JavaFX CheckComboBox is a special UI control provided by ControlsFX. It is used for giving option to users to select…

Learn More 48 Comments on JavaFX CheckComboBox
JavaFX Custom Shaped Buttons
Posted in JavaFX JavaFX GUI

JavaFX Custom Shaped Buttons

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

JavaFX provides effective ways to customize the shape of most of the components. In this tutorial, we will learn how…

Learn More 16,488 Comments on JavaFX Custom Shaped Buttons
How to open file explorer in java
Posted in Java Tutorial

How to open file explorer in java

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

Sometimes, we come across requirements where we need to open a particular folder or directory in the native file explorer.…

Learn More 50 Comments on How to open file explorer in java
JavaFx DatePicker Tutorial
Posted in JavaFX JavaFX GUI

JavaFx DatePicker Tutorial

Estimated read time 4 min read
Posted on June 18, 2022June 18, 2022
by Muhammed Afsal Villan

In this tutorial, we will talk about JavaFX DatePicker basic usage, how to format the selected date using DateTimeFormatter to…

Learn More 51 Comments on JavaFx DatePicker Tutorial
Java TrayIcon Tutorial (With popupmenu and images)
Posted in Featured Java

Java TrayIcon Tutorial (With popupmenu and images)

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

Trayicons are really useful widgets for interacting with the application when the main dialog is minimized/hidden or the application is…

Learn More 50 Comments on Java TrayIcon Tutorial (With popupmenu and images)

Posts navigation

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