Drawing a String in Java
Drawing a String in Java
- Subject: Drawing a String in Java
- From: Joe <email@hidden>
- Date: Thu, 25 Oct 2001 19:02:54 -0500
Hey all,
I am trying to draw a simple text string, using Java, and finding it
not-too-obvious. I just want to apply text to the screen -- not within a
text view.
Examining sample code, I notice that "SonOfSillyBalls" draws text with a
"drawToPoint" method in NSString. Unfortunately, Cocoa Java has no such
method (or NSString class, for that matter). How do I perform this
seemingly basic and simple task from within Java?
Thanks,
Joe