-
Bug
-
Resolution: Fixed
-
P2
-
2.0_beta17, 1.1.4, 1.1.5, 1.2.0
-
007
-
generic, x86, sparc
-
solaris_2.5.1, solaris_2.6, windows_nt
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2022448 | 1.2.0 | Lara Bunni | P2 | Resolved | Fixed | 1.2fcs |
JDK-2022447 | 1.1.8 | Lara Bunni | P2 | Closed | Fixed | 1.1.8 |
When using any of the "draw" routines from awt/graphics.java inside of a JInternalFrame, rendering occurs beyond the JInternalFrame bounds.
Attached is a sample program. To demo the problem follow these steps:
1. Run the program "java CompPaint"
2. Click inside of the JInternalFrame.
3. The program will render a red, filled rectangle that exceeds
the bounds of the JInternalFrame.
Given that JInternalFrame is a lightweight component and the awt/graphics.java draw routines are heavyweight, is a fix even conceivable?
Attached is a sample program. To demo the problem follow these steps:
1. Run the program "java CompPaint"
2. Click inside of the JInternalFrame.
3. The program will render a red, filled rectangle that exceeds
the bounds of the JInternalFrame.
Given that JInternalFrame is a lightweight component and the awt/graphics.java draw routines are heavyweight, is a fix even conceivable?
- backported by
-
JDK-2022448 Draw routines paint outside of bounds with JInternalFrame
-
- Resolved
-
-
JDK-2022447 Draw routines paint outside of bounds with JInternalFrame
-
- Closed
-
- duplicates
-
JDK-4080143 bad clipping in java.awt.Component.getGraphics()
-
- Closed
-
-
JDK-4124260 Painting problems w/ JScrollPane when done other than in paint(Graphics) functi
-
- Closed
-