home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java by Example
/
jbecd.bin
/
JBE-CD
/
JavaByExample
/
chap11
/
LST11_2.txt
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-08
|
89 b
|
6 lines
int row = 0;
for (int x=0; x<10; ++x)
g.drawString("Al Thompson", 25, row++);