Having an issue where I want three JTextFields to be updated dependant on each other.
Basically, I want my three fields to update like so:
field A updates field B and C
field B updates field A and C
field C updates field A and B
I've set up DocumentListeners and the code goes into insertUpdate(), however if I only update two fields, it works fine. If I try to update all, I get an Attempt To mutate in notification exception.
Any ideas?
Thanks
