Name: dg70945 Date: 11/05/98
In the 1.2 FCS rc1 Swing package docs, look for
occurrences of "it's" and correct the ones that
aren't supposed to read "it is" (the possessive
ones). For example:
JFrame class description, 2nd paragraph, 2nd
sentence: "JFrame contains a JRootPane as it's only
..." Should be "its".
JRootPane.isValidateRoot method description, 2nd
para., "Deferred requests to relayout a component
and it's descendants..." The real error is "it's",
but I wouldn't use "relayout" either--suggest that
you use "...to layout a component and its
descendants again,"
JLayeredPane class description, under "Details":
"JLayeredPane manages it's list of children..."
JLayeredPane.moveToBack method summary description:
"Moves the component to the bottom of the components
in it's current layer..."
JLayeredPane.moveToFront method summary description:
"Moves the component to the bottom of the components
in it's current layer..."
JLayeredPane.setPosition method summary description:
"Moves the component to position within it's current
layer..."
(Review ID: 41710)
======================================================================