Help with sliders in java?

Joined
Dec 15, 2011
Messages
340
Reaction score
36
I have two sliders s1 and s2. I want to write a code such that for every +1 increase in s1, s2 should go down by 4 and Viceversa. can anyone write a code like that for me ? i'm using java, so i want a java code. help ??????
 

Braveknight

Sannin of the Scrolls 📜
Elite
Joined
Aug 23, 2011
Messages
5,510
Reaction score
638
what about if u tried to increase it by 2? and down by 8? >_>
 
Top