|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
SQE (Yuri) reported a crash in a test called TextDrawer but
it is unrelated to text. It does not get that far :
This one line program crashes the JDK on Windows :
public class GSS {
public static void main(String s[]) {
java.awt.Toolkit.getDefaultToolkit().getScreenSize();
}
}
Seen so far with 64 bit JRE on WIndows 7 but probably not
limited to that,
|