Package zombie
Class ZomboidLauncher
java.lang.Object
zombie.ZomboidLauncher
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener,javax.swing.event.HyperlinkListener
public class ZomboidLauncher
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.HyperlinkListener
-
Constructor Summary
Constructors Constructor Description ZomboidLauncher() -
Method Summary
Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent actionEvent)voiddoComponents()voidhyperlinkUpdate(javax.swing.event.HyperlinkEvent hyperlinkEvent)static voidmain(java.lang.String[] stringArray)voidopenURl(java.lang.String string)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ZomboidLauncher
public ZomboidLauncher()
-
-
Method Details
-
doComponents
public void doComponents() -
main
public static void main(java.lang.String[] stringArray) -
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent actionEvent)- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
openURl
public void openURl(java.lang.String string) -
hyperlinkUpdate
public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent hyperlinkEvent)- Specified by:
hyperlinkUpdatein interfacejavax.swing.event.HyperlinkListener
-