context.environment = options.get("environment").toString();
context.fs = (FileSystem) options.get("file-system");
if(context.frameManager == null)
context.frameManager = new AlertFrameManager(context);
installCommonConfigComponents(context);
if(context.panelPanter == null)
context.panelPanter = new PanelPainterLoop();