Hello,
I'd like of know how do for implement a method recursion to that don't stop the drawing while a recursion it's executing.
I created a method in a thread for drawing my structure (graph). But, when I call a method recursive, a ELLIPSE command no works.
even if call graph.draw () inside the recursive method does not work.
WHY?
Thanks, my friends.
I'd like of know how do for implement a method recursion to that don't stop the drawing while a recursion it's executing.
I created a method in a thread for drawing my structure (graph). But, when I call a method recursive, a ELLIPSE command no works.
even if call graph.draw () inside the recursive method does not work.
WHY?
Thanks, my friends.
2