For Programmers familiar with ACM API? Drawing Initials
Posted
by
user71992
on Programmers
See other posts from Programmers
or by user71992
Published on 2012-11-06T20:44:22Z
Indexed on
2012/11/06
23:18 UTC
Read the original article
Hit count: 336
java
I came across an exercise (in the book "The Art and Science of Java" by Eric Roberts) that requires using only GArc
and GLine
classes to create a lettering library which draws your initials on the canvas. This should be made independent of the GLabel
class.
I'd like to know the correct approach to use in solving this problem. I'm not sure what I have so far is good enough (I'm thinking it's too long). The questions requires that I use a good Top-Down approach.
© Programmers or respective owner