News

This is an example class (without any actual purpose) of how to create a Random Map with X amount of different types of terrains (for example Mountains, Forests, Lakes -water-, etc). The main ...
This post shows readers how to create an array in Java. Including: Array Lists, multidimensional arrays, maps, and more.
This Java programme is a demostration of using ray-casting to associate points with polygon. Base on the content of KML file, it builds several country objects and test if points are inside this ...