Other Methods for Text – on Graphics Objects
Telling the graphics object to write
drawString(String s, int x, int y)
drawChars(char c[],int offset, int number,
int x, int y)
drawBytes(byte b[], int offset, int number,
int x, int y)
Previous slide
Next slide
Back to first slide
View graphic version