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

[ComboBox] showing property API issue.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.1
    • fx2.1
    • javafx
    • 2.1.0b08

      Now, there is no method

      (new ComboBox).setShowing(boolean);

      but there is workaround:

      (new ComboBox).ShowingProperty().setValue(boolean);

            jgiles Jonathan Giles
            akirov Alexander Kirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: