handleEmptyArguments(args);
final long startTime = System.currentTimeMillis();
TrayIconFactory factory = new TrayIconFactory();
SetStatusAble tray = factory.create();
ActionsBuilder builder = new ActionsBuilder();
builder.loadConfigs(new MultiConfig(args));
builder.createActions();
builder.registerActionsToTray(factory);