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
  • Uncategorized

Category: Uncategorized

JavaFX : How to implement Drag and Drop
Posted in Java JavaFX GUI

JavaFX : How to implement Drag and Drop

Estimated read time 4 min read
Posted on November 11, 2016December 8, 2017
by Muhammed Afsal Villan

Drag and drop allows data transfer between various components in your javafx application. It allows transferring data in between your…

Learn More 52 Comments on JavaFX : How to implement Drag and Drop
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
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
Text Editor in Java with Source Code
Posted in Java Source Code

Text Editor in Java with Source Code

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

Today, I am going to make a Text Editor program using our Java. Yeah, Like notepad. I want to add…

Learn More 50 Comments on Text Editor in Java with Source Code
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
Making Calculator in JavaFX (with Source Code)
Posted in Java JavaFX

Making Calculator in JavaFX (with Source Code)

Estimated read time 1 min read
Posted on May 15, 2016September 23, 2018
by Muhammed Afsal Villan

JavaFX is a wonderful improvement to Java programming language. It includes a wide number of new user interface controls and…

Learn More 51 Comments on Making Calculator in JavaFX (with Source Code)
Directory / Folder Indexing Program Using Java
Posted in Java Uncategorized

Directory / Folder Indexing Program Using Java

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

I thought it will be cool if I can make a program that scans some pen drive or hard disk…

Learn More 51 Comments on Directory / Folder Indexing Program Using Java
Java File Explorer program with Source Code
Posted in Java Uncategorized

Java File Explorer program with Source Code

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

Let’s develop a basic file explorer using java. Java’s FILE class from java.io package provides simple way to represent both…

Learn More 40 Comments on Java File Explorer program with Source Code
Install The Best Android Emulator For Ubuntu / Linux
Posted in android Uncategorized

Install The Best Android Emulator For Ubuntu / Linux

Estimated read time 3 min read
Posted on May 13, 2016March 7, 2019
by Muhammed Afsal Villan

When we consider android emulators, the first option is Google’s default Android Emulator available in the android-sdk. But on a…

Learn More 50 Comments on Install The Best Android Emulator For Ubuntu / Linux
Install NetBeans with Oracle JDK in Ubuntu / Mint (Easy Way)
Posted in JDK Linux

Install NetBeans with Oracle JDK in Ubuntu / Mint (Easy Way)

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

Programmers love to code in Linux. For me whether it is Android Studio or NetBeans, I used to get 2-3…

Learn More 51 Comments on Install NetBeans with Oracle JDK in Ubuntu / Mint (Easy Way)
How to set WhatsApp Profile Pic as Contact Picture
Posted in android Uncategorized

How to set WhatsApp Profile Pic as Contact Picture

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

It is always nice to see the picture of our loved ones when they call us. But downloading their photos…

Learn More 52 Comments on How to set WhatsApp Profile Pic as Contact Picture
Malayalam Keyboard For PC ; Windows, Linux and Mac
Posted in Java Malayalam Keyboard

Malayalam Keyboard For PC ; Windows, Linux and Mac

Estimated read time 8 min read
Posted on April 29, 2016February 20, 2017
by Muhammed Afsal Villan

      Malayalam keyboard for PC / Desktop is an On-screen Malayalam keyboard that built using java programming language and will…

Learn More 45 Comments on Malayalam Keyboard For PC ; Windows, Linux and Mac
Easiest way to change Computer’s MAC Address in Windows
Posted in MAC Address Uncategorized

Easiest way to change Computer’s MAC Address in Windows

Estimated read time 2 min read
Posted on April 28, 2016February 20, 2017
by Muhammed Afsal Villan

What is Actually the MAC Address? According to Wikipedia, A media access control address (MAC address), also called physical address,…

Learn More 49 Comments on Easiest way to change Computer’s MAC Address in Windows
QR Code – The Quick Response Codes
Posted in Uncategorized

QR Code – The Quick Response Codes

Estimated read time 2 min read
Posted on September 17, 2012June 16, 2022
by Muhammed Afsal Villan

QR codes as the name suggests, are much quicker and efficient than our traditional 1 dimension Barcodes. It stores data by the…

Learn More 44 Comments on QR Code – The Quick Response Codes
ASCII Code for Characters in C++ program Source Code
Posted in Cpp Source Code

ASCII Code for Characters in C++ program Source Code

Estimated read time 2 min read
Posted on July 14, 2012June 18, 2022
by Muhammed Afsal Villan

In this tutorial, I would like to post a visual c++ console application source for a program that displays ASCII…

Learn More 52 Comments on ASCII Code for Characters in C++ program Source Code
GUI Simple Calculator Visual C++ Source : Windows Form Application
Posted in Cpp Uncategorized

GUI Simple Calculator Visual C++ Source : Windows Form Application

Estimated read time 11 min read
Posted on June 23, 2012February 20, 2017
by Muhammed Afsal Villan

Today let’s work around a new interesting visual C++ (cpp) calculator with Graphical User Interface (Windows Form Application). I made…

Learn More 49 Comments on GUI Simple Calculator Visual C++ Source : Windows Form Application
Energy – mass Converter program c++ (cpp) source
Posted in Cpp Uncategorized

Energy – mass Converter program c++ (cpp) source

Estimated read time 3 min read
Posted on June 21, 2012February 20, 2017
by Muhammed Afsal Villan

This is a Simple C++ code for a converter program that converts energy into mass according to the famous equation…

Learn More 53 Comments on Energy – mass Converter program c++ (cpp) source
Sub shell Electron Configuration Calculator Cpp (C++) Source
Posted in Uncategorized

Sub shell Electron Configuration Calculator Cpp (C++) Source

Estimated read time 5 min read
Posted on June 17, 2012February 20, 2017
by Muhammed Afsal Villan

There are 118 elements in our periodic table, which is the base of science. Each element has its own characteristic…

Learn More 14 Comments on Sub shell Electron Configuration Calculator Cpp (C++) Source
Student Record C++(cpp) Source Code Windows Console Application
Posted in Cpp Uncategorized

Student Record C++(cpp) Source Code Windows Console Application

Estimated read time 7 min read
Posted on June 17, 2012June 16, 2022
by Muhammed Afsal Villan

Let’s have a look at C++ source code for a student record program developed for windows console mode. You can…

Learn More 49 Comments on Student Record C++(cpp) Source Code Windows Console Application
Note – A Sticky Note application
Posted in Uncategorized

Note – A Sticky Note application

Estimated read time 1 min read
Posted on August 29, 2011September 23, 2018
by Muhammed Afsal Villan

Note is a simple text editor built .Net. This is the first application I built in my life. I built…

Learn More 53 Comments on Note – A Sticky Note application
© All rights reserved. Proudly powered by WordPress. Theme SpeedBlog designed by WPInterface.