The Elegant way to handle Cyclic Event in Java ??
- by dex
Hi fellows, i think this not a specific problem to me; everybody might have encountered this issue before.
To properly illustrate it, here's a simple UI:
As you can see, those two spinners are controlling a single variable -- "A". The only difference is that they control it using different views.
If i change the top spinner, "A" will be changed…