Class ServerGUI

java.lang.Object
zombie.network.ServerGUI

public class ServerGUI
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ServerGUI()  
  • Method Summary

    Modifier and Type Method Description
    static void init()  
    static void init2()  
    static boolean isCreated()  
    static void shutdown()  
    static void update()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServerGUI

      public ServerGUI()
  • Method Details

    • isCreated

      public static boolean isCreated()
    • init

      public static void init()
    • init2

      public static void init2()
    • shutdown

      public static void shutdown()
    • update

      public static void update()