[MenuButton] ignores graphic node

XMLWordPrintable

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

      8.0b83

      Run the code :

          @Override
          public void start(Stage stage) throws Exception {
              MenuButton b = new MenuButton("String", new Rectangle(10, 10, Color.BLACK));
              stage.setScene(new Scene(b));
              stage.show();
          }

      I don't see a black rectangle.

            Assignee:
            David Grieve
            Reporter:
            Alexander Kirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: