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

java.awt.Canvas should override getPreferredSize

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P5 P5
    • None
    • 1.1.1
    • client-libs
    • x86
    • windows_nt



      Name: sgC58550 Date: 06/19/97


      If you derive an object from Canvas and override getMinimumSize,
      you still get the wrong result from getPreferredSize because it
      is obtained from the peer.

      The reason is because Canvas overrides getMinimumSize itself,
      but Component's getPreferredSize deferrs to the Peer.

      Canvas should override getPreferredSize to call getMinimumSize.

      Otherwise, every subclass of Canvas which overrides
      getMinimumSize must also override getPreferredSize, and they
      methods in all the subclasses are all identical.

      company - WebLogic, Inc. , email - ###@###.###
      ======================================================================

            son Oleg Sukhodolsky (Inactive)
            sgoodsunw Sheri Good (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: