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

PopupControl javadoc is not specific enough

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • fx2.1
    • javafx
    • 2.1-b13

      PopupControl doesn't have public setScene so it doesn't possible to create it the same way as the stage is created.

                                                  final PopupControl presentationsPopup = PopupControlBuilder.create()
                                                          .id("popup")
                                                          .scen(SceneBuilder.create().build())
                                                          .autoFix(true)
                                                          .build();

            Unassigned Unassigned
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported: