Drag and drop allows data transfer between various components in your javafx application. It allows transferring data in between your…
Category: Uncategorized
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…
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…
Text Editor in Java with Source Code
Today, I am going to make a Text Editor program using our Java. Yeah, Like notepad. I want to add…
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…
Making Calculator in JavaFX (with Source Code)
JavaFX is a wonderful improvement to Java programming language. It includes a wide number of new user interface controls and…
Directory / Folder Indexing Program Using Java
I thought it will be cool if I can make a program that scans some pen drive or hard disk…
Java File Explorer program with Source Code
Let’s develop a basic file explorer using java. Java’s FILE class from java.io package provides simple way to represent both…
Install The Best Android Emulator For Ubuntu / Linux
When we consider android emulators, the first option is Google’s default Android Emulator available in the android-sdk. But on a…
Install NetBeans with Oracle JDK in Ubuntu / Mint (Easy Way)
Programmers love to code in Linux. For me whether it is Android Studio or NetBeans, I used to get 2-3…
How to set WhatsApp Profile Pic as Contact Picture
It is always nice to see the picture of our loved ones when they call us. But downloading their photos…
Malayalam Keyboard For PC ; Windows, Linux and Mac
Malayalam keyboard for PC / Desktop is an On-screen Malayalam keyboard that built using java programming language and will…
Easiest way to change Computer’s MAC Address in Windows
What is Actually the MAC Address? According to Wikipedia, A media access control address (MAC address), also called physical address,…
QR Code – The Quick Response Codes
QR codes as the name suggests, are much quicker and efficient than our traditional 1 dimension Barcodes. It stores data by the…
ASCII Code for Characters in C++ program Source Code
In this tutorial, I would like to post a visual c++ console application source for a program that displays ASCII…
GUI Simple Calculator Visual C++ Source : Windows Form Application
Today let’s work around a new interesting visual C++ (cpp) calculator with Graphical User Interface (Windows Form Application). I made…
Energy – mass Converter program c++ (cpp) source
This is a Simple C++ code for a converter program that converts energy into mass according to the famous equation…
Sub shell Electron Configuration Calculator Cpp (C++) Source
There are 118 elements in our periodic table, which is the base of science. Each element has its own characteristic…
Student Record C++(cpp) Source Code Windows Console Application
Let’s have a look at C++ source code for a student record program developed for windows console mode. You can…
Note – A Sticky Note application
Note is a simple text editor built .Net. This is the first application I built in my life. I built…