-
Bug
-
Resolution: Fixed
-
P4
-
1.3.1
-
beta3
-
x86
-
windows_2000
Name: dc32491 Date: 07/27/2001
This worked in build 1.3.0_02 and fails in 1.3.1-b24. We have a 128 x 112 bitmap where we keep many 16 x 16 images. When attempting a drawImage() during print of the image at (16, 0), the following exception results:
java.lang.ArrayIndexOutOfBoundsException
at sun.awt.windows.WPathGraphics.drawBitmaskImage(WPathGraphics.java:965)
at sun.awt.windows.WPathGraphics.drawImageToGDI(WPathGraphics.java:1154)
at sun.awt.windows.WPathGraphics.drawImage(WPathGraphics.java:734)
at sun.awt.windows.WPathGraphics.drawImage(WPathGraphics.java:651)
at com.borland.primetime.util.Icons$ImageSubsetIcon.paintIcon(Icons.java:139)
at javax.swing.plaf.basic.BasicLabelUI.paint(BasicLabelUI.java:152)
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:39)
at javax.swing.JComponent.paintComponent(JComponent.java:395)
at javax.swing.JComponent.printComponent(JComponent.java:784)
(Review ID: 128741)
======================================================================