changeset 20451 | 4cedf4e1560a |
parent 15318 | 607db339afcc |
child 21957 | 97758de70fbd |
--- a/jdk/src/share/classes/java/awt/TextArea.java Wed Oct 02 21:02:04 2013 +0400 +++ b/jdk/src/share/classes/java/awt/TextArea.java Wed Oct 02 11:28:07 2013 -0700 @@ -42,7 +42,7 @@ * The following image shows the appearance of a text area: * <p> * <img src="doc-files/TextArea-1.gif" alt="A TextArea showing the word 'Hello!'" - * ALIGN=center HSPACE=10 VSPACE=7> + * style="float:center; margin: 7px 10px;"> * <p> * This text area could be created by the following line of code: * <p>