Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2040775 | 1.3.1_01 | Alex Sultanov | P2 | Closed | Fixed | 01 |
JDK-2040774 | 1.3.0_04 | Alex Sultanov | P2 | Closed | Fixed | 04 |
JDK-2040773 | 1.2.2_09 | Alex Sultanov | P2 | Resolved | Fixed | 09 |
this problem is related to printing ImageIcon within the Container.
problem is narrowed down to drawing image in JInternalFrame
Test case includes three java files and two
gif files. They are attached to the bug
And also please find the attached result.gif to see the exception.
Basically, there are two places in the PrintTest.java causing the problem.
If you comment out
those two lines, everything works fine. The two lines are :
frame.setFrameIcon(new ImageIcon("logo.gif"));
button.setIcon(new ImageIcon("print.gif"));
abhijit.saha@Eng 2001-07-02
updating the bugtraq for bugs integrated in appropriate version of jdk.
problem is narrowed down to drawing image in JInternalFrame
Test case includes three java files and two
gif files. They are attached to the bug
And also please find the attached result.gif to see the exception.
Basically, there are two places in the PrintTest.java causing the problem.
If you comment out
those two lines, everything works fine. The two lines are :
frame.setFrameIcon(new ImageIcon("logo.gif"));
button.setIcon(new ImageIcon("print.gif"));
abhijit.saha@Eng 2001-07-02
updating the bugtraq for bugs integrated in appropriate version of jdk.
- backported by
-
JDK-2040773 apparent problem with JInternalFrame
- Resolved
-
JDK-2040774 apparent problem with JInternalFrame
- Closed
-
JDK-2040775 apparent problem with JInternalFrame
- Closed