我有一個JMenuItem
其中包含例如標籤「mySite.com」。重定向到我的網站
我加入到它的監聽器,以他這樣的:
...addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent ae) {
/* do something */
}
});
所以現在我想,當我點擊它,它重定向我的http:/ /mySite.com。
有人可以啓發我嗎?