-
Bug
-
Resolution: Fixed
-
P4
-
1.0.2
-
1.2fcs
-
sparc
-
solaris_2.5.1
-
Not verified
According to the API spec, Insets.toString() returns "a string representation of this inset."
A specific description of what a string representation should look like is necessary to help enforce compatibility. eg, "java.awt.Insets[top=" + the top value + ",left=" + the left value + ",bottom=" + the bottom value + ",right=" + the right value + "]"
A specific description of what a string representation should look like is necessary to help enforce compatibility. eg, "java.awt.Insets[top=" + the top value + ",left=" + the left value + ",bottom=" + the bottom value + ",right=" + the right value + "]"