com.valhalla.jbother
Class JBother
java.lang.Object
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)
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 |
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.
JBother
public JBother()
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