TripleDemo.mainArgs = mainArgs.toArray(new String[0]);
switch (tk) {
case SWT: {
config.appName += " (SWT)";
SWTPlatform platform = SWTPlatform.register(config);
SWTTPPlatform.register(platform, config);
SWTTPPlatform.instance().setIcon(loadIcon());
break;
}
case AWT: {