Open GoogleCodeExporter opened 9 years ago
Is there any way to solve this problem? I could attach any necessary file if
required.
Original comment by aritz...@gmail.com
on 15 Mar 2013 at 12:21
You can create your own protocol handler for 'data:' by extending
java.net.URLStreamHandler. You will need to register your protocol handler
class by either including its name in the value of the
java.protocol.handler.pkgs system property or by creating an extension of
java.net.URLStreamHandlerFactory class and passing an instance of it to the
java.net.URL.setURLStreamHandlerFactory method.
More information is available at:
http://stackoverflow.com/questions/9388264/jeditorpane-with-inline-image
http://www.jcgonzalez.com/java-change-url-override-protocol-ftp-apache
Original comment by lees.j...@gmail.com
on 15 Dec 2013 at 4:05
Original issue reported on code.google.com by
aritz...@gmail.com
on 15 Mar 2013 at 9:36