jdk/src/share/classes/javax/swing/JEditorPane.java
changeset 22260 c9185e010e03
parent 21592 da6abe91602a
child 22574 7f8ce0c8c20a
equal deleted inserted replaced
22259:8e5afc67dca8 22260:c9185e010e03
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   158  * <code>ChangedCharSetException</code> which will
   158  * <code>ChangedCharSetException</code> which will
   159  * be caught.  The read is then restarted with a new Reader that uses
   159  * be caught.  The read is then restarted with a new Reader that uses
   160  * the character set specified in the <code>ChangedCharSetException</code>
   160  * the character set specified in the <code>ChangedCharSetException</code>
   161  * (which is an <code>IOException</code>).
   161  * (which is an <code>IOException</code>).
   162  * </ol>
   162  * </ol>
   163  * <p>
   163  *
   164  * <dl>
   164  * <dl>
   165  * <dt><b><font size=+1>Newlines</font></b>
   165  * <dt><b>Newlines</b>
   166  * <dd>
   166  * <dd>
   167  * For a discussion on how newlines are handled, see
   167  * For a discussion on how newlines are handled, see
   168  * <a href="text/DefaultEditorKit.html">DefaultEditorKit</a>.
   168  * <a href="text/DefaultEditorKit.html">DefaultEditorKit</a>.
   169  * </dl>
   169  * </dl>
   170  *
   170  *