Read « JEditorPane « Java Swing Q&A





1. my JEditorPane.read() method is never referenced, why?    forums.oracle.com

I am simply trying to do JEditorPane.read() but for certain URLs that method throws a ChangedCharSetException, so I am trying to reset the InputStream parameter and run my own getNewCharSet() method to set the charSet into either InputStream or create a Reader that will allow for the new charSet (along with InputStream) to ensure that read() will read URLs.