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

[MenuButton] ignores graphic node

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 8
    • javafx
    • 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.

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

              Created:
              Updated:
              Resolved:
              Imported: