You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/01/25 09:27:38 UTC

[GitHub] sdedic opened a new pull request #390: NETBEANS-328: Maven graph widgets created in EDT

sdedic opened a new pull request #390: NETBEANS-328: Maven graph widgets created in EDT
URL: https://github.com/apache/incubator-netbeans/pull/390
 
 
   The GraphConstructor visitor adds nodes / creates Widgets when the traversal is leaving root node - at the end of the visiting process. Also scene initialization includes adding layers (= widgets) to the scene, which should be done in EDT as well.
   I have moved the widget creation into EDT, so the visitor is first applied to the graph, and then in EDT cached data is translated into nodes/widgets.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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