Hello everyone,

I'm currently developing a monitoring plugin for the YAWL Editor.

I have two questions regarding the GUI of the Editor, in particular the NetGraph of a specification.

1. How do I get the NetGraph to repaint completely after doing some changes to a task? I'm able to draw an icon and set its path into the task, but changes are not visible when I use the repaint method of the NetGraph. The icon will be painted after I do some manual changes in the Editor, e.g. scroll on the Net.
So, my question is: What does the trick there?

**EDIT: I was able to solve question 1 by resetting the scale of the graph.**

2. Is it possible to change the text inside the tasks tooltips or is it possible to override the hovering over a task, that i can show some textual information inside the editor?

**EDIT: I was able to solve question 2 by myself with a small workaround using the IDs of the tasks.**

Thank you all in advance. Any help will be appreciated.

Greetings from Germany,

Gary