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

Lighting effect crashes jvm

XMLWordPrintable

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

      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

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

              Created:
              Updated:
              Resolved:
              Imported: