News

This project is to learn how to use and implement the java.awt.geom package for future use in the PeopleSimulator project. I hope it works, it would kinda suck if it didn't. Obviously you can tell ...
How to Draw Pixels in Java. Java's Graphics2D class provides methods to draw primitive shapes, such as lines, rectangles and ellipses. It lacks a method for drawing pixels.
Simple pong game using Java on JGrasp. Works with classes, object oriented programming in Java, inheritance and parent class calling using super(). Practices get, set and modifier methods.