CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Anthony Balkissoon <[EMAIL PROTECTED]>  05/12/08 20:16:37

Modified files:
        .              : ChangeLog 
        javax/swing    : JEditorPane.java 

Log message:
        2005-12-08  Anthony Balkissoon  <[EMAIL PROTECTED]>
        
        * javax/swing/JEditorPane.java:
        (init): Changed to no-argument instead of taking in an EditorKit and
        passing it to setEditorKit.  Callers will have to call setEditorKit
        themselves.
        (JEditorPane()): Changed call to init to have no arguments, call
        setEditorKit after init.
        (JEditorPane(String, String)): Likewise.
        (JEditorPane(URL)): Don't call default constructor, call init and then
        setEditorKit using the appropriate EditorKit for text/html.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5781&tr2=1.5782&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JEditorPane.java.diff?tr1=1.28&tr2=1.29&r1=text&r2=text



Reply via email to