com.valhalla.jbother
Class JBother

java.lang.Object
  extended by com.valhalla.jbother.JBother

public class JBother
extends java.lang.Object

JBother is a groovy Jabber client

Version:
1.0
Author:
Adam Olsen (arolsen@gmail.com)

Field Summary
static boolean exceptionLock
           
static java.lang.String JBOTHER_VERSION
           
static boolean kiosk_mode
           
static java.lang.String profileDir
           
static java.lang.String settingsDir
           
 
Constructor Summary
JBother()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the main class, it basically just provides a loading point for the login screen - and also allows arguments to be passed from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JBOTHER_VERSION

public static final java.lang.String JBOTHER_VERSION
See Also:
Constant Field Values

settingsDir

public static java.lang.String settingsDir

profileDir

public static java.lang.String profileDir

kiosk_mode

public static boolean kiosk_mode

exceptionLock

public static boolean exceptionLock
Constructor Detail

JBother

public JBother()
Method Detail

main

public static void main(java.lang.String[] args)
This is the main class, it basically just provides a loading point for the login screen - and also allows arguments to be passed from the command line. It checks the java version and if it's not greater than 1.4, it exits.

Parameters:
args - arguments passed via the command line
See Also:
Arguments