/[classpath]/classpath/javax/swing/JEditorPane.java
ViewVC logotype

Diff of /classpath/javax/swing/JEditorPane.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by mkoch, Fri Oct 22 12:43:59 2004 UTC revision 1.14 by mkoch, Fri Oct 22 18:16:00 2004 UTC
# Line 154  public class JEditorPane extends JTextCo Line 154  public class JEditorPane extends JTextCo
154    }    }
155    
156    protected InputStream getStream(URL page)    protected InputStream getStream(URL page)
157        throws IOException
158    {    {
159      try      return page.openStream();
       {  
         return page.openStream();  
       }  
     catch (Exception e)  
       {  
         System.out.println("Hhmmm, failed to open stream: " + e);  
       }  
     return null;  
160    }    }
161    
162    public String getText()    public String getText()
# Line 210  public class JEditorPane extends JTextCo Line 203  public class JEditorPane extends JTextCo
203     * This method initializes from a stream.     * This method initializes from a stream.
204     */     */
205    public void read(InputStream in, Object desc)    public void read(InputStream in, Object desc)
206        throws IOException
207    {    {
208    }    }
209    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26