JEditorPane editorPane = new JEditorPane("http://www.google.com"); editorPane.setEditable(false); JScrollPane scollPane = new JScrollPane(editorPane); JOptionPane.showMessageDialog(null,scollPane);
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at javax.swing.JEditorPane.getStream(JEditorPane.java:810) at javax.swing.JEditorPane.getStream(JEditorPane.java:792) at javax.swing.JEditorPane.setPage(JEditorPane.java:419) at javax.swing.JEditorPane.setPage(JEditorPane.java:923) at javax.swing.JEditorPane.<init>(JEditorPane.java:259) at lu.etat.pch.gis.desktop.addins.HtmlRelatesPopup.mousePressed(HtmlRelatesPopup.java:113) at com.esri.arcgis.addinframework.InternalTool.mousePressed(Unknown Source) at com.esri.arcgis.addinframework.InternalTool.onMouseDown(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597)Caused by: java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:997) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1323) at javax.swing.JEditorPane.getStream(JEditorPane.java:802) ... 11 moreCaused by: java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:394) at javax.swing.JEditorPane.registerEditorKitForContentType(JEditorPane.java:1329) at javax.swing.JEditorPane.registerEditorKitForContentType(JEditorPane.java:1311) at javax.swing.JEditorPane.loadDefaultKitsIfNecessary(JEditorPane.java:1389) at javax.swing.JEditorPane.getKitTypeRegistry(JEditorPane.java:1346) at javax.swing.JEditorPane.createEditorKitForContentType(JEditorPane.java:1271) at javax.swing.JEditorPane.getEditorKitForContentType(JEditorPane.java:1128) at javax.swing.JEditorPane.setContentType(JEditorPane.java:1019) at javax.swing.JEditorPane.handleConnectionProperties(JEditorPane.java:825) at javax.swing.JEditorPane.access$300(JEditorPane.java:174) at javax.swing.JEditorPane$3.run(JEditorPane.java:804) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.