Lighting effect crashes jvm

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: P2
    • None
    • Affects Version/s: fx1.2
    • Component/s: javafx
    • Environment:

      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

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

              Created:
              Updated:
              Resolved:
              Imported: