public class BaseMain extends Object implements Thread.UncaughtExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
doPreRun() |
void |
doRun() |
String |
getLookAndFeelName() |
void |
processArguments(String[] args) |
void |
run() |
static void |
run(Class<? extends BaseMain> mainClass,
String[] args) |
void |
setLookAndFeelName(String lookAndFeelName) |
protected static void |
setMacDockIcon(Image image) |
void |
uncaughtException(Thread t,
Throwable e) |
public BaseMain(String name)
protected static void setMacDockIcon(Image image)
public String getLookAndFeelName()
public void processArguments(String[] args)
public void run()
public void setLookAndFeelName(String lookAndFeelName)
public void uncaughtException(Thread t, Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandlerCopyright © 2015 Revolution Systems Inc.. All rights reserved.