Swing slider does not look good with the latest marina build

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: fx1.2
    • Component/s: javafx
    • Environment:

      Windows XP, Java6u13


      Compile and run the following snippet using javaFX marina b06. There is a gray color background for the slider which looks bad in compared to the Franca build output

      (See attachments)


      ------------------------------------------- Code Start --------------------------------------------
      import javafx.stage.Stage;
      import javafx.scene.Scene;
      import javafx.ext.swing.SwingSlider;


       var slide = SwingSlider {
           translateY: 40
           translateX: 10
           minimum: 0
           maximum: 10
           value: 3
           vertical: false
       }

      Stage {
          title: "Simple Slider"
          width: 250
          height: 180
          scene: Scene {
              content: slide
              }
      }

      ------------------------------------------- Code End --------------------------------------------

            Assignee:
            Richard Bair (Inactive)
            Reporter:
            Subrata Nath (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: