-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.3.1
-
x86
-
linux
Platform: RedHat Linux 6.2 (x86) Distributed by RedHat,Inc (Ireland Limited)
Environment: Gnome
Locale: de(German) or en_US (**the cause of the bug is not locale specific**)
version number of the Gnome: 1.0.55-12
installed version of JRE: j2re-1_3_1-beta-bin-b15-linux-i386-31_jan_2001.bin
1. run the test application "awttest.java" or "SwingTest.java" in Gnome environment
2. click on the button "print", the print dialog box not being able to display
in Gnome enviroment. But in KDE environment is fine.
The following is a sample test application for the print dialog box:
import java.awt.*;
public class print{
public static void main(String args[]){
Frame f = new Frame("dialog box");
f.setBounds(1,1,1,1);
f.setVisible(true);
Toolkit toolkit = f.getToolkit();
PrintJob job = toolkit.getPrintJob(f, "print dialogbox" , null);
}
}
wai.cheung@ireland 2001-02-02
Environment: Gnome
Locale: de(German) or en_US (**the cause of the bug is not locale specific**)
version number of the Gnome: 1.0.55-12
installed version of JRE: j2re-1_3_1-beta-bin-b15-linux-i386-31_jan_2001.bin
1. run the test application "awttest.java" or "SwingTest.java" in Gnome environment
2. click on the button "print", the print dialog box not being able to display
in Gnome enviroment. But in KDE environment is fine.
The following is a sample test application for the print dialog box:
import java.awt.*;
public class print{
public static void main(String args[]){
Frame f = new Frame("dialog box");
f.setBounds(1,1,1,1);
f.setVisible(true);
Toolkit toolkit = f.getToolkit();
PrintJob job = toolkit.getPrintJob(f, "print dialogbox" , null);
}
}
wai.cheung@ireland 2001-02-02