slider

RGB selection in Java

Submitted by ainaerik on
This project is RGB selection written in Java. It can give a color from three JSlider that gives three color code : red,green, blue. Try this yourself and learn some new codes. This is intended for beginners in this programming language. Hope you learn from this.

JSlider Component in Java

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that has the JSlider Component using Java. The JSlider is used to let the user easily enter or slide a numeric value bounded by a minimum and maximum value. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of jSliderComponent.java. 2.