|
-
Jun 1st, 2005, 04:46 PM
#1
-
Jun 2nd, 2005, 04:47 PM
#2
-
Jun 2nd, 2005, 06:51 PM
#3
Dazed Member
Re: Class with graphics
java.awt.Graphics. Just turn the number into a String and use g.drawString(String s, int x, int y)
-
Jun 3rd, 2005, 07:12 AM
#4
Frenzied Member
Re: Class with graphics
I always like created a differernt class for the drawing that extends Canvas. I liked the split functionality, and it makes it easier for the painting because sometimes it can get messy in the same class.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|