Name: dsR10051 Date: 10/02/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b21"
JCK : 1.5
Platform[s] : Solaris
switch/Mode :
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test [s] : N/A
Problem description
===================
Specification for constructor of class java.awt.FlowLayout
public FlowLayout(int align, int hgap, int vgap)
has been fixed for parameters hgap and vgap to declare them as gap
between components and between the components and the borders of the Container
(java/doc bug #4587456)
But methods
public void setHgap(int hgap)
public void setVgap(int vgap)
still have incomplete javadoc that says:
"Sets the vertical/horizontal gap between components."
It should also says about division of components from container borders by gaps.
JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/JCK-runtime-15/tests
======================================================================