Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4378160

Java2Demo throws Exception for clip animations when run with Alpha Composite

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.3.1_01
    • client-libs
    • 2d
    • sparc
    • generic

      Platform: All Platforms
      Build: JDK1.3.0_01, JDK1.3

      Java2demo throws IllegalArgumentException for kestrel and firefly while running
      clip animations with Alpha Composite option. This bug does not occur in merlin and it occurs in kestrel and firefly.

      How to reproduce the bug:
      Install the jdk. Goto demo directory of the jdk installed. Goto jfc - > java2D dirs.
      Give 'java -jar Java2Demo.jar'. Choose clip tab and double-click clip animations.
      Choose Alpha Composite option and make sure that both object and clip buttons are selected. Check the prompt for the above exception.

      Here is the exception thrown:
      java.lang.IllegalArgumentException: Width (27) and height (0) must be > 0
              at java.awt.image.SampleModel.<init>(SampleModel.java:105)
              at java.awt.image.SinglePixelPackedSampleModel.<init>(SinglePixelPackedSampleModel.java:125)
              at java.awt.image.Raster.createPackedRaster(Raster.java:656)
              at java.awt.image.Raster.createPackedRaster(Raster.java:431)
              at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:905)
              at sun.java2d.loops.LockableRaster.<init>(LockableRaster.java:130)
              at sun.java2d.loops.RasterOutputManager.convertFrom(RasterOutputManager.java:1458)
              at sun.java2d.loops.RasterOutputManager.performBinaryComposite(RasterOutputManager.java:1367)
              at sun.java2d.loops.RasterOutputManager.compositeSrcDst(RasterOutputManager.java:705)
              at sun.java2d.loops.RasterOutputManager.renderImage(RasterOutputManager.java:474)
              at sun.java2d.SunGraphics2D.renderingPipeImage(SunGraphics2D.java:2223)
              at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:1626)
              at sun.awt.image.BufferedImageGraphics2D.drawImage(BufferedImageGraphics2D.java:388)
              at sun.awt.image.ImageRepresentation.drawToBufImage(ImageRepresentation.java:716)
              at sun.awt.image.BufferedImageGraphics2D.drawImage(BufferedImageGraphics2D.java:548)
              at demos.Clipping.ClipAnim.render(ClipAnim.java:134)
              at Surface.paint(Surface.java:307)
              at javax.swing.JComponent.paintWithBuffer(JComponent.java:4393)
              at javax.swing.JComponent._paintImmediately(JComponent.java:4336)
              at javax.swing.JComponent.paintImmediately(JComponent.java:4187)
              at Surface.paintImmediately(Surface.java:279)
              at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:370)
          at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:205)
              at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
              at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
              at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
              at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
              at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)

      Since demos are viewed by the customers, they are not supposed to throw any exception.

            Unassigned Unassigned
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: