Matching Game in Java Java Java Projects by Rajesh Kumar Sahanee - February 15, 2019April 13, 20201 Hello Friends, I hope you are doing fine. Today I am going to share a Matching Game in Java. Matching games are games in which players have to find match similar elements. As the name implies, participants need to find a match for a word, picture, or card. I have developed this
Url Checking Tool in Java Java Java Projects Tools by Rajesh Kumar Sahanee - June 17, 2018April 13, 20200 Hello Friends, Today I am going to share a url checking tool which I have developed few days ago in Java. This tool filter outs the bad urls and working urls from list of urls. I am going to share code also, so that you can develop it yourself and
Creating Text Editor in Java Java Java Projects Tools by Rajesh Kumar Sahanee - April 27, 2017September 11, 20170 Hello Friends, Today I am going to share Java Project (MyEditor) which I Developed long time ago. This Java project is nothing but a Text Editor, In this editor you can create and modify text file. Using this editor you can manipulate multiple files at once. There is some special
Creating Calculator in JavaFX Java Java Projects by Rajesh Kumar Sahanee - April 5, 2017April 25, 20200 Hello Friends Today I am going to share, how to create Calculator using JavaFX. This is a simple calculator with simple UI where you can Add, Substract, Mutiply, Divide, and calculate Percentage. So here is the code CalculatorUI.fxml [crayon-693e90d2b983b134894975/] (adsbygoogle = window.adsbygoogle || []).push({}); CalculatorUIController.java [crayon-693e90d2b9844051707853/] Main.java [crayon-693e90d2b9847863749178/] Output/Screen Shot Download NetBeans Project Thank you Please share
Create Browser Using JavaFX Java Java Projects Tools by Rajesh Kumar Sahanee - February 21, 2017April 25, 20200 Hello Friends Today I am going to show you how to create Browser using JavaFX. This browser does not stores your browsing history. It is just a basic feature browser in which you can browse, go back, go forward, reload, you can open multiple tabs so that you can browse
Creating Sketch Pad in Java Java Java Projects by Rajesh Kumar Sahanee - January 28, 2016September 13, 20170 Hello Friends Today I am going to show you how to create simple Sketch Pad in Java. This is not an advance tool or application but a simple tool, you can take idea from it and you can develop your own sketching tool in Java. Here is the code to
Password Locker in Java Java Java Projects Tools by Rajesh Kumar Sahanee - January 27, 2016September 13, 20170 Hello Friends, Today I am going to share a tool/software which I'd developed long time ago for my personal use. But today I thought to share it so that anyone can use it. This tool can be used to store any username and password which you use frequently or infrequently. This is