RealStyleAttributeCompilerFactory.install();
frameManager = new InertFrameManager();
Context.instance().frameManager = frameManager;
Context.instance().keyboardFocusManager = new limelight.ui.KeyboardFocusManager();
stageProxy = new MockStageProxy();
stage = new FramedStage("default", stageProxy);
frame = stage.getFrame();
graphicsDevice = new MockGraphicsDevice();
frame.setGraphicsDevice(graphicsDevice);