Currently writing a custom JTable en TableUI to have flexible columns and rows, based on their content (not generic yet, but I probably need a generic one for nyx in the future). When you however scroll through the page however, the table is not painted correctly.So you start debugging on some obvious method names. The problem is that all that stuff is done via events, which will end up your debug trace in the main eventqueue, as the source.
So I have to override every method now to be able to see what is called when (by using system.outs) to figure out what's going on. Tracking the event source is also not very simple to do, since there are too many events.
There must be a better way to get to do this I suppose, hope someone has some pointers, because I think I am missing something obvious that makes debugging easier than this.
Posted by mvdb at January 22, 2003 05:07 PM