jueshi / apwidgets

Automatically exported from code.google.com/p/apwidgets
0 stars 0 forks source link

APTextView doesn't work #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
write in the code: 
APTextView textname;
textname = new APTextView(x-5,20,300,60,"HOI");

What is the expected output? What do you see instead?
Error:
textname = new APTextView(x-5,20,"HOI");

What version of the product are you using? On what operating system?
Processing 2.0a5

Please provide any additional information below.

Original issue reported on code.google.com by els.vantol on 2 Sep 2012 at 1:26