Hi I have a netbeans platform based app. It has an outlineview, with several columns. when i have my app maximised. and hover over the right most column to display the tooltip (that has to be adjusted due to end of screen). the application hangs (or rather, eventqueue is blocked). Sometimes it starts running again after a few seconds, but mostly i have to kill the application.
Its in Container.getTreeLock its deadlocked.
It is only when the window is maximised
I dont have any computation for the string that is displayed.
I have tried serveral java6update versions
I have tried upgrading netbeans platform
None of my code is in the stacktrace when it is deadlocked.
Im out of ideas, does anyone have any pointers?