Java – Painting Shape Objects


Well we have taken a look at drawing and handling shape objects in VB.NET, why not take a look at how to draw them in Java? Note: This tutorial is assuming you already know how to setup a JFrame or a JApplet, if not that tutorial will be here sometime next week. The tutorial will [...]

VB.NET – Drawing Shape Objects


Since I learned this, I have been able to do a lot with handling objects. I will show how to be able to draw as many shape objects (in this case Rectangles) on the form and be able to handle them all, including collisions and movement! Note: This was made in Visual Studio 2008, if [...]