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

Cannot effectively subclass GridBagLayout

XMLWordPrintable

    • generic, x86, sparc
    • generic, solaris_2.5, windows_2000

      Name: dbT83986 Date: 12/22/98


      I am attempting to subclass the GridBagLayout
      class to modify its behavior. Specifically, I
      wish to override the following method:

      protected GridBagLayoutInfo GetLayoutInfo( ... )

      The problem is that GridBagLayoutInfo is a
      package-level class. This means that I can
      only access it from within the java.awt package.
      Since I cannot add classes to this package, I
      cannot override this method.

      I would like to see GridBagLayoutInfo made into
      a public class in the java.awt package.
      (Review ID: 37672)
      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: