mbien commented on PR #8276:
URL: https://github.com/apache/netbeans/pull/8276#issuecomment-2679644453

   glass pane is just for the cursor. you can still click through but the tree 
itself can't do tasks in parallel. It will wait till the first node expansion 
finishes.
   
   Originally i thought it would shield from subsequent clicks, that is also 
why i added the max life span so that the UI can recover.
   
   > use Timer for the delay?
   
   I mean it would look very similar, no? I could remove the lifespan sleep() 
to simplify it, would be no interrupt just a cancel check.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to