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-6940f4c39e9c7540868174/] (adsbygoogle = window.adsbygoogle || []).push({}); CalculatorUIController.java [crayon-6940f4c39e9d3222451545/] Main.java [crayon-6940f4c39e9d7660884958/] 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 Audio Recorder in Android Android Java by Rajesh Kumar Sahanee - June 9, 2016February 13, 20200 Hello Friends, Today I am going to share audio recording code in android. This code will work on latest version of android (Marshmallow) also. In this code we are going to use MediaRecorder class to record audio and MediaPlayer class to play recorded audio. activity_main.xml [crayon-6940f4c3a0a7b969413490/] MainActivity.java [crayon-6940f4c3a0a85459526232/] Screen Shot Download Android Studio Project
Checking Android Version using Code Android Java by Rajesh Kumar Sahanee - April 8, 2016September 12, 20170 Hello Friends, It's being long time I've not shared anything with you but today I was working on an android application which was needed, two different code for different android versions so I needed to check android version running on current device to implement those two different codes. So I
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
Java Program to Capture Screen Java by Rajesh Kumar Sahanee - November 22, 2015September 13, 20172 Today I was thinking to create screen recorder application in Java then I googled and found that Screen recorder codes captures still images of screen then convert still image to video. We can also use windows movie maker application to create video from still images. So I am going to
Hyperlink Button in HtmlEditor Java by Rajesh Kumar Sahanee - November 15, 2015November 15, 20150 Hello Friends, In this post I am gonna show you how to add hyperlink button in JavaFX HtmlEditor and make it work to insert hyperlink in HtmlEditor. Here I am not gonna create complete application instead I am giving you specific code which would add hyperlink button to HtmlEditor and
Split Image to Multiple Images Java by Rajesh Kumar Sahanee - October 25, 2015June 27, 20170 Hello friends, It's being long time that I've not shared anything but Today I am gonna share a Java Program by which you can split an Image to multiple images. It could be very useful when you want to make a puzzle game, or you can integrate it with your