alright, i've got 3 JSliders, and 3 JTextfields, they correspond and such one to one, the sliders go from 0 to 255, and the corresponding text field changes value. i use the numbers for RGB values, how do i get my the values out of the textfields as they are changed, ie: the color slowly shifts as the slider is dragged, but not because of any eventhandler on the slider itself. the sliders only change the textfields. textfields only change the color.
Well, apparently you've got some code that copies the slider value to the text field - couldn't you insert more code in the same place that copies the slider value to whatever color you need to change?
i ended up doing that. i'm turning into microsoft, as opposed to finding a good solid solution, i just patched the crap outta that thing. eh. it works. but DAMN. that's the worst coding practices i've ever seen. i should be slapped. by the swedish bikini team.