rotovegasBoy
Programmer
I'm working on a traffic system. I want the user to input a conflict matrix (when one traffic stream can't move at the same time as the other). I've got an awt application working but can't figure out how to do the same with swing. in awt i just use getState and setState to set corresponding values but can't find a swing equivalent. Any suggestions?