|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.valhalla.jbother.JBotherLoader
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.
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 |
public JBotherLoader()
Method Detail |
public static void startJBother(java.lang.String[] args)
args
- arguments passed via the command lineArguments
public static void loadSettings()
public static void loadLAF()
public static void loadPlugins()
public static void setupFont(java.awt.Font font)
font
- the font to usepublic static void launch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |