org.game.JVirus
Class main

java.lang.Object
  |
  +--org.game.JVirus.main

public class main
extends java.lang.Object

main class with main(String[] args) function. set the Swing theme and creates the main frame, nothing other.


Constructor Summary
main()
           
 
Method Summary
static void main(java.lang.String[] args)
          static main function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

main

public main()
Method Detail

main

public static void main(java.lang.String[] args)
static main function. Calls on execution start.