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

Tag: Tutorial

How to fix flutter camera image picker rotation issue?
Posted in Flutter

How to fix flutter camera image picker rotation issue?

Estimated read time 3 min read
Posted on January 15, 2023January 15, 2023
by Muhammed Afsal Villan

Flutter camera image picker has a known issue of returning images with wrong unexpected rotation. The issue has been raised…

Learn More 80 Comments on How to fix flutter camera image picker rotation issue?
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 89 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 66 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 71 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 66 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 67 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
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
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
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)
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

Posts navigation

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