arcade.lobby.controller
Class Main

java.lang.Object
  extended by arcade.lobby.controller.Main

public class Main
extends java.lang.Object


Field Summary
static javax.swing.JFrame MainFrame
           
static ProfileSet ProfileSet
           
 
Constructor Summary
Main()
           
 
Method Summary
static void createAndShowGUI()
          Create the GUI and show it.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ProfileSet

public static ProfileSet ProfileSet

MainFrame

public static javax.swing.JFrame MainFrame
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)

createAndShowGUI

public static void createAndShowGUI()
Create the GUI and show it. For thread safety, this method should be invoked from the event-dispatching thread.