PaintShop inventory system using java

In this tutorials will teach you how to make Paint Shop Inventory system using java step by step.this tutorial you will able to study JSlider how to use slider step by step.

java project

Put Code in to the jSliderEvent

int slide = jSlider1.getValue();
txtQty.setText(String.valueOf(slide));
int tot = 1200 * slide/1000; 
txtTotal.setText(String.valueOf(tot));

i have attached the video link below. which will do this tutorials step by step.

 

Leave a Comment

Your email address will not be published. Required fields are marked *

3 + six =