There is a new example in town and it is about Delaunay triangulation. The original java source code can be found here.
| DelaunayExample | ![]() |
With this example I had to add a significant bit of awt and swing classes to ScriptCoreLibJava which ofcourse will deem helpful once it is time to start implementing Windows Forms for java.
PS. Did you know? javax.swing.plaf stands for platform look and feel
Problems at porting which should be fixed in the future versions:
- C# won’t allow nested classes in interface. Workaround is to use “sattelite” nesting parent class.
- Calling base method from a virtual method seems to be broken and will cause stack overflow. fixed
- The is operator in if expression was missing parenthesis. Workaround is to use local variable.
- The boolean comparision in if expression should be optimized. Workaround is to use local variable.




















