Forum: Java May 6th, 2009 |
| Replies: 12 Views: 545 As far as the name part goes, you could have your box constructor also take a string variable, which is the team name. Then you could use the drawText method to draw the team name, linking the... |
Forum: Java May 2nd, 2009 |
| Replies: 2 Views: 306 You use a for loop in your increment method, so it prints out both lines. Removing the for loop and using a simple println will take out the duplicated line. Just be sure to increment the day.
... |
Forum: Java Apr 15th, 2009 |
| Replies: 6 Views: 710 So, a superscript?
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/font/TextAttribute.html May be of use. |