mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
Core files, plus some test files (note that test files may not compile due to recent changes to the core)
This commit is contained in:
13
core/test/TriangleTest.java
Executable file
13
core/test/TriangleTest.java
Executable file
@@ -0,0 +1,13 @@
|
||||
package test;
|
||||
import processing.core.*;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Francis Li
|
||||
*/
|
||||
public class TriangleTest extends PMIDlet {
|
||||
|
||||
void setup() {
|
||||
triangle(30, 75, 58, 20, 86, 75);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user