-
Enhancement
-
Resolution: Cannot Reproduce
-
P4
-
1.4.0, 5.0, 6
-
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)
======================================================================
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)
======================================================================
- duplicates
-
JDK-4622508 GridBagLayout specification refers to an absent API
-
- Closed
-
- relates to
-
JDK-6387382 Usage of package-private class as a parameter of a method (java.awt)
-
- Resolved
-