com.valhalla.jbother
Class JBotherLoader

java.lang.Object
  extended bycom.valhalla.jbother.JBotherLoader

public class JBotherLoader
extends java.lang.Object

Sets default Settings (if this is the first run of JBother), loads command line arguments and settings from the settings file, sets the L&F.

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

Constructor Summary
JBotherLoader()
           
 
Method Summary
static void launch()
          launches the profile defined as default
static void loadLAF()
          Loads the Look And Feel requested in the settings
static void loadPlugins()
          Finds the available plugins and uses the PluginLoader to load them Once a plugin is loaded, it's init() method is called so it can execute initial code and register for various events in JBother
static void loadSettings()
          Loads some JBother settings
static void setupFont(java.awt.Font font)
          Sets the font for the entire application
static void startJBother(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
 

Constructor Detail

JBotherLoader

public JBotherLoader()
Method Detail

startJBother

public static void startJBother(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.

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

loadSettings

public static void loadSettings()
Loads some JBother settings


loadLAF

public static void loadLAF()
Loads the Look And Feel requested in the settings


loadPlugins

public static void loadPlugins()
Finds the available plugins and uses the PluginLoader to load them Once a plugin is loaded, it's init() method is called so it can execute initial code and register for various events in JBother


setupFont

public static void setupFont(java.awt.Font font)
Sets the font for the entire application

Parameters:
font - the font to use

launch

public static void launch()
launches the profile defined as default