-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
tiger
-
generic, x86
-
windows_98
os: win98
jdk: 1.5 b11 above but works fine with b10;
There was no effect on setting either Disable d3d flag(-Dsun.java2d.d3d=false) or Disable ddraw flag (-Dsun.java2d.noddraw=true);
run the following sample code:
import java.awt.*;
public class A {
public static void main(String[] args) {
Frame f = new Frame("Testing");
f.setSize(400, 400);
f.setVisible(true);
}
you will get Exception in thread "main" java.lang.NullPointerException
at java.awt.Window.init(Window.java:247)
at java.awt.Window.<init>(Window.java:275)
at java.awt.Frame.<init>(Frame.java:401)
at A.main(A.java:8)
See attached platform infos for two win98 (one with multimon)
jdk: 1.5 b11 above but works fine with b10;
There was no effect on setting either Disable d3d flag(-Dsun.java2d.d3d=false) or Disable ddraw flag (-Dsun.java2d.noddraw=true);
run the following sample code:
import java.awt.*;
public class A {
public static void main(String[] args) {
Frame f = new Frame("Testing");
f.setSize(400, 400);
f.setVisible(true);
}
you will get Exception in thread "main" java.lang.NullPointerException
at java.awt.Window.init(Window.java:247)
at java.awt.Window.<init>(Window.java:275)
at java.awt.Frame.<init>(Frame.java:401)
at A.main(A.java:8)
See attached platform infos for two win98 (one with multimon)
- duplicates
-
JDK-4894924 JLabel throw NullPointerException for Windows 98 SE
-
- Closed
-
-
JDK-4899750 REGRESSION: It's impossible to create JFileChooser on Winows 98
-
- Closed
-
- relates to
-
JDK-4922476 JFileChooser behaves incorrectly with "My Documents" on Windows 98
-
- Closed
-