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

Typos in javax.swing.Action.java: AbstractAction

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 5.0
    • 5.0
    • docs
    • tiger
    • generic
    • generic


       * This interface can be added to an existing class or used to create an
       * adapter (typically, by subclassing <code>AbstractActio</code>).

      There needs to be an "n" at the end of AbstractAction

       * can then be added to multiple action-aware containers and connected to

      Should be <code>Action</code>-aware

       * Action-capable components. The GUI controls can then be activated or

      Should be <code>Action</code>-capable

       * functionality and broadcast of property changes. For th is reason,

      Remove the space in the middle of "this"

       * you should take care to only use <code>Action</code>s where their benefits
       * are desired, and use simple <code>ActionListeners</code> elsewhere.

      The "s" in <code>ActionListeners</code> should go outside of the code block.

            sharonz Sharon Zakhour (Inactive)
            ehawkessunw Eric Hawkes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: