我在JEditorPane中显示的链接很少,例如:http://www.google.com/finance?q=NYSE:Chttp://www.google.com/finance?q=NASDAQ:MSFT我希望我应该能够点击它们并且它会显示在浏览器中有什么想法吗? 最佳答案 这有几个部分:正确设置JEditorPaneJEditorPane需要有上下文类型text/html,它需要不可编辑才能使链接可点击:finalJEditorPaneeditor=newJEditorPane();editor.setEditorKit(