...
System.out.println("### INFO you are using renderer "
+ _myApplet.g.getClass().getName()
+ "\n"
+ "to draw controlP5 you have to call the controlP5.draw() method inside of\n"
+ "your processing sketch draw() method.");
...
Hello.
I've done something like this (which works great),
where you can move top points of the triangle:
And now appears my problem. I made another application with a new window.
This is a very similar application (almost the same...) and has a bit more than 70 lines, but with classes takes almost 400 lines. My class (Point) takes only a few lines, class ExtraWindow (made by someone else) is much bigger/longer. Still it's to big to post here because of the limits, so I pasted the code into the following link: http://wklej.org/id/369642/txt/ // of course it's safe, after opening the code appears and it's very easy to copy
And now my problems/questions to the linked code above...
1) In a new window I can't move 3 top points. How can I solve it?