public class Click
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
Click(java.net.URL url,
java.applet.AppletContext appletContext)
ActionHandler to open a given url
For Desktop-Applications Desktop.browse is used.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0) |
public Click(java.net.URL url, java.applet.AppletContext appletContext)
url
- URL to showappletContext
- when null, Desktop.browse is used