-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.0
-
sparc
-
solaris_2.5
Name: idR10193 Date: 01/11/2002
GridBagLayout class specification refers to absent class
java.awt.GridBagLayoutInfo.
The following field specification refers to absent class:
protected java.awt.GridBagLayoutInfo layoutInfo
The following methods specification refer to absent class:
protected java.awt.GridBagLayoutInfo getLayoutInfo(Container parent,
int sizeflag)
protected java.awt.GridBagLayoutInfo GetLayoutInfo(Container parent,
int sizeflag)
protected Dimension getMinSize(Container parent,
java.awt.GridBagLayoutInfo info)
protected Dimension GetMinSize(Container parent,
java.awt.GridBagLayoutInfo info)
Comment: Is there any point to describe protected fields and methods
that refer to absent classes? How is user going to use such
fields and methods (especially concerning their small description)?
======================================================================
- duplicates
-
JDK-4199315 Cannot effectively subclass GridBagLayout
-
- Closed
-