我有这段代码:
String message = <html><a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a></html>
JOptionPane.showMessageDialog(null,
message,
"Error",
JOptionPane.ERROR_MESSAGE,
new ImageIcon(LeCTo.class.getResource("/images/logo.png")));
我希望当用户点击互联网浏览器打开但未发生的链接时。