home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
FontMetrics.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
155b
|
10 lines
import java.awt.*;
public class \Name\ extends java.awt.FontMetrics
{
public \Name\ (Font AFont)
{
super (AFont);
}
}