Showing posts with label java code. Show all posts
Showing posts with label java code. Show all posts

Saturday, January 5, 2019

Java modern UI design in netbeans [with project source code].


This UI design using java in netbeans. This project create for shop to manage their sales and stock. Here include many function. You can watch demo video and download source code.

Monday, September 17, 2018

Add icon to java button


In this tutorial I show you how add icon to java application's button. This is very simple tutorial. Without coding you can easily add icon if you use netbeans IDE. Watch video tutorial for that.

How to disable javax.swing.JButton in java?


In this tutorial I show you how enable and disable java application's button. enable and disable code in here and you can watch video tutorial about how use this code in java application.

How to move from one Activity to another using a button?


In this tutorial I show you how move between different interface using jButton. In here include code for button. You can watch video tutorial and download source file related this tutorial.

Backup and restore mysql database


In this tutorial I show you to get mysql backup using java application. In hare include a video there are step by step how make it. And all source code include this post.

Auto generate id



In here we can   generate auto id or number before data insert to database. That id     generate in order. we can attach string or symbol that id. using under code in java class you can display that.

Thursday, September 6, 2018

Java Database Connection with MySQL


This post guide to connect java application with mysql(Wamp) database. You can watch full video tutorial. That's include step by step activity to connect. All codes regarding this tutorial include