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

API method java.awt.BorderLayput.getConstraints(null) should return null

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • client-libs
    • b35
    • generic
    • generic
    • Verified

      According to the Specification for java.awt.BorderLayput.getConstraints(Component comp), method should return null.

      ---------------------------
          Returns:
              the constraint for the specified component, or null if component is null or is not present in this layout
      ---------------------------

      but actually it returns BorderLayout.CENTER


      ------- Test.java --------------------------------
      import java.awt.BorderLayout;
      public class Test {
          public static void main(String[] argv) {
              System.out.println((new BorderLayout()).getConstraints(null));
          }
      }
      ---------------------------------------------------


      ###@###.### 2005-03-17 13:57:19 GMT

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: