Forum: Java Feb 12th, 2009 |
| Replies: 4 Views: 766 Are you talking about printing out the source code??
If so research Quinnes :)
Chris |
Forum: Java Feb 11th, 2009 |
| Replies: 3 Views: 598 Rectangle myRectangle = Rectangle(); should be Rectangle myRectangle = new Rectangle();
The second too, I suggest you look at the function. Notice you declare them as taking two parameters yet you... |
Forum: Java Sep 27th, 2008 |
| Replies: 2 Views: 491 Perhaps this (http://www.computerhope.com/jargon/i/ip.htm) will help |