我如何在默认浏览器中单击按钮以打开以下链接:
button.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
open("www.google.com"); // just what is the 'open' method?
}
});
?
Helenr
红糖糍粑
相关分类