For some reason, maybe my code, maybe not but once I start actively
using my JTree I get these instances where the Swing app locks up, CPU
runs to 100% and I cant do anything but terminate the app.
Whats up with that?
I do have a selection listener, I guess I'll run the app in debug and
perhaps if it happens I can hit break instead of terminate?
How else can I troubleshoot this?
thanks
Tim
hiwa - 07 May 2006 11:08 GMT
Post a small demo code that is generally compilable, runnable and could
reproduce your problem. See:
http://homepage1.nifty.com/algafield/sscce.html and
http://riters.com/JINX/index.cgi/Suggestions_20for_20Asking_20Questions_20on_20N
ewsgroups
timasmith@hotmail.com - 07 May 2006 19:16 GMT
Thanks, at some point Eclipse spat out the offending method which was
caught in a circular reference due to database data.
Fixed now...