-
Bug
-
Resolution: Not an Issue
-
P1
-
None
-
1.3.0
-
generic
-
generic
Name: ssC76496 Date: 10/11/99
testcase
---------
*************
/*
<applet code="testBugApp.class" height=100 width=200>
</applet>
*/
import java.applet.*;
import java.awt.Graphics;
public class testBugApp extends Applet {
public void paint(Graphics g) {
g.drawString("Here is the BUG!!!",20,20);
}
}
*************
C:\bugstock\mixed_g-I\appletviewer>java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-J)
Java HotSpot(TM) Client VM (build 1.3-J, mixed mode)
C:\bugstock\mixed_g-I\appletviewer>java -fullversion
java full version "1.3.0-J"
C:\bugstock\mixed_g-I\appletviewer>appletviewer_g testBugApp.java
C:\WINNT\Fonts\ARIAL.TTF - CMAP 3,1 found at offset 282.
C:\WINNT\Fonts\WINGDING.TTF - CMAP 3,0 found at offset 282.
C:\WINNT\Fonts\SYMBOL.TTF - CMAP 3,0 found at offset 282.
C:\WINNT\Fonts\ARIAL.TTF - CMAP 3,1 found at offset 282.
C:\WINNT\Fonts\WINGDING.TTF - CMAP 3,0 found at offset 282.
C:\WINNT\Fonts\SYMBOL.TTF - CMAP 3,0 found at offset 282.
--------------------------
Debug Memory Manager Leaks
--------------------------
======================================================================