Common
Class SystemState

java.lang.Object
  |
  +--Common.SystemState

public class SystemState
extends java.lang.Object


Field Summary
static java.awt.Color background
           
static java.awt.Color backgroundSelected
           
static java.awt.Color foreground
           
static javax.swing.ImageIcon frameIcon
           
static byte[] GUID
           
static java.lang.String ip
           
static byte[] ip_bytes
           
static int minSpeed
           
static int mySpeed
           
static int port
           
static java.lang.String version
           
 
Constructor Summary
SystemState()
           
 
Method Summary
(package private) static void ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

port

public static int port

ip_bytes

public static byte[] ip_bytes

ip

public static java.lang.String ip

GUID

public static byte[] GUID

mySpeed

public static int mySpeed

minSpeed

public static int minSpeed

foreground

public static java.awt.Color foreground

background

public static java.awt.Color background

backgroundSelected

public static java.awt.Color backgroundSelected

version

public static java.lang.String version

frameIcon

public static javax.swing.ImageIcon frameIcon
Constructor Detail

SystemState

public SystemState()
Method Detail

static void ()