In JDK1.2.2 build H, Window NT and 95 chinese locale,
Some font setting effect Java 2D drawing, cause system crash.
reproduce it :
1. save the attached file to local.
using jdk1.2.2_H,
2. compile the java file
3. run TextDrawer.class.
and replace the statement of TextDrawer.java:
Font drawFont=getFont();
to
Font drawFont=new Font("Dialog",Font.PLAIN,18);
the program works well
Some font setting effect Java 2D drawing, cause system crash.
reproduce it :
1. save the attached file to local.
using jdk1.2.2_H,
2. compile the java file
3. run TextDrawer.class.
and replace the statement of TextDrawer.java:
Font drawFont=getFont();
to
Font drawFont=new Font("Dialog",Font.PLAIN,18);
the program works well