JAVA如何点击一个JLabel后弹出一个网页?
使用newJLabel("<html><ahref=www。baidu。com>注册账号</a></html>");这条代码不能弹出网页。求解!。是小.不让发链接所以变大...
使用 new JLabel("<html><a href=www。baidu。com>注册账号</a></html>");
这条代码不能弹出网页。
求解!
。是小.
不让发链接所以变大写了 展开
这条代码不能弹出网页。
求解!
。是小.
不让发链接所以变大写了 展开
1个回答
2015-05-17
展开全部
那当然不能,,,,,在点击事件调用
public void openURL(String url){
try {
String command = "cmd /c start iexplore ";
Runtime.getRuntime().exec(command + url);
} catch (Exception e) {
System.out.println(e);
}
}
public void openURL(String url){
try {
String command = "cmd /c start iexplore ";
Runtime.getRuntime().exec(command + url);
} catch (Exception e) {
System.out.println(e);
}
}
追问
void 对于变量 openURL 是无效类型
追答
在单击事件,调用上面的函数。。。。。。。。。。。。。。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询