diff -r cafca01a8e28 -r 1c5d22e5b898 jdk/src/share/classes/javax/swing/text/View.java --- a/jdk/src/share/classes/javax/swing/text/View.java Tue Sep 24 16:36:00 2013 +0400 +++ b/jdk/src/share/classes/javax/swing/text/View.java Tue Sep 24 17:04:47 2013 +0400 @@ -72,12 +72,12 @@ alt="The above text describes this graphic.">

The minimum set of methods for layout are:

The setSize method should be prepared to be called a number of times @@ -142,7 +142,7 @@

The methods for rendering are:

@@ -153,12 +153,12 @@ to perform translation to properly locate spatial representation of the model. The methods for doing this are:

The layout must be valid prior to attempting to make the translation. The translation is not valid, and must not be attempted while changes