Name: akC57697 Date: 04/17/98
The spec for java.awt.Component.paramString() does not specify
the content of result string.
The doc says:
"
protected String paramString()
Returns the parameter string representing the state of this
component. This string is useful for debugging.
Returns:
the parameter string of this component.
"
======================================================================
Name: akC57697 Date: 04/17/98
The spec for java.awt.Component.paramString() does not specify
the content of result string.
The doc says:
"
protected String paramString()
Returns the parameter string representing the state of this
component. This string is useful for debugging.
Returns:
the parameter string of this component.
"
This test fails in JDK1.2-Beta4A:
api/java_awt/ScrollPane/manual.html#paramString
======================================================================