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

ListChangeListener of ToggleGroup does not work

XMLWordPrintable

      The code is:
      tg.getToggles().addListener()(
       new ListChangeListener(){
        public void onChange(Change c){
        }
      }
      )

      when the ToggleButtons under the ToggleGroup is clicked,onChange is not executed.

            kwwong Kinsley Wong (Inactive)
            wgtjfx wgt (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: