Package zombie
Class ZomboidLauncherSwing
java.lang.Object
zombie.ZomboidLauncherSwing
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
,javax.swing.event.HyperlinkListener
public class ZomboidLauncherSwing
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.HyperlinkListener
-
Constructor Summary
Constructors Constructor Description ZomboidLauncherSwing()
-
Method Summary
Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
void
doComponents()
void
hyperlinkUpdate(javax.swing.event.HyperlinkEvent event)
static void
main(java.lang.String[] args)
void
openURl(java.lang.String url)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ZomboidLauncherSwing
public ZomboidLauncherSwing()
-
-
Method Details
-
doComponents
public void doComponents() -
main
public static void main(java.lang.String[] args) -
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
openURl
public void openURl(java.lang.String url) -
hyperlinkUpdate
public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent event)- Specified by:
hyperlinkUpdate
in interfacejavax.swing.event.HyperlinkListener
-