Debugging Java focus problems using the focus log
Posted on Wed 28 September 2011 in Coding • Tagged with Java
A while ago I set out to fix a couple of focus problems in a GUI at work. One of the problems was that after a certain user operation, all keyboard shortcuts stopped working (as you may know, keyboard events are dispatched up the focus chain until a component handles …
Continue reading