How do I extend IconNodeWidget class in java?
I have to create a GUI that uses the Visual Library. I have a scene where users can place nodes and edit some probiotics. Then I want to keep every node scroll. For this I am trying to extend the IconNodeWidget class to add some elements to the nodes (let's call them X and Y). When the user selects a node and selects modifiers, I have to show these values. The problem is that I cannot extend the IconNodeWidget class. How can i do this?
0
Panda
a source
to share