Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
jason002
jason002's Profile
1
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
.java files cannot use processing functions
[2 Replies]
09-Oct-2011 11:38 AM
Forum:
Integration and Hardware
I want to make external .java files be able to use functions like ellipse, rect, and other functions which can work with the canvas.
The ellipse command throws an error. :(
public class hi
{
private static int p = 5;
public static int getP()
{
return p;
}
public static int addToP()
{
ellipse(40,40,40,40);
p++;
return p;
}
}
«Prev
Next »
Moderate user : jason002
Forum