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

ButtonGroup javadoc incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.0
    • client-libs
    • None
    • beta2
    • sparc
    • solaris_2.5.1

      The following is incorrect:

      /**
       * This class is used to create a multiple-exclusion scope for
       * a set of buttons. Creating a set of buttons with the
       * same ButtonGroup object means that turning "on" one of those buttons
       * turns off all other buttons in the group. A ButtonGroup can be used with
       * sets of JButton, JRadioButton, or JRadioButtonMenuItem objects.
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                 
      Any subtype of AbstractButton (including JToggleButton and JCheckBox
      and the rest of the menu buttons) can be added. Although typically
      JButton and JMenuItem don't make much sense being in a group since they
      don't inplement the selected state.

            sharonz Sharon Zakhour (Inactive)
            jeff Jeff Dinkins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: