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

consider benefits of replacing a componen array with other collection from the awt.Container class

    XMLWordPrintable

Details

    • b36
    • generic
    • windows_2000
    • Not verified

    Backports

      Description

        java.awt.Container class stores all children in an array of Components:
        1) its initial size is 0;
        2) on changing the hierarchy of components (add/remove) it addresses the Arrays.copy(args) method;

        Attachments

          Issue Links

            Activity

              People

                dav Andrei Dmitriev (Inactive)
                dav Andrei Dmitriev (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: