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

Lighting effect crashes jvm

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2
    • None
    • fx1.2
    • javafx
    • Windows XP, Java 6_14, JavaFX 1.2

    Description

      Running this script

      import javafx.stage.Stage;
      import javafx.scene.Scene;

      import javafx.scene.effect.Lighting;
      import javafx.scene.shape.Rectangle;

      /**
       * @author whp
       */

      Stage {
          title: "Application title"
          width: 250
          height: 80
          scene: Scene {
              content: [
                  Rectangle {
                      x: 10
                      y: 10
                      width: 230
                      height: 60
                      effect: Lighting { diffuseConstant: 0.7}
                  }

              ]
          }
      }

      Crashes jvm with

      Attachments

        Issue Links

          Activity

            People

              kcr Kevin Rushforth
              whalickipjfx Wojciech Halicki-Piszko (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported: