com.valhalla.jbother
Class JBother

java.lang.Object
  extended bycom.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 java.lang.String JBOTHER_VERSION
           
static java.lang.String profileDir
           
static java.util.ResourceBundle resources
          i18n localization resources.
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

resources

public static java.util.ResourceBundle resources
i18n localization resources.

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