gui.getMenu_handler().getCurrent().setBounds(menuBounds);
gui.getMenu_handler().getCurrent().GLpaintComponent(context, z, GLFX.gfx.FX_DOWNREFLEXION_EXT, new Point(0, context.getHeight()), GLGeom.getGlowingColor(Color.ORANGE, gui.glow.glow));
z++;
dim = FieldGui._fillDim(new Dimension((int) ((float) context.getWidth() / 4f), (int) ((float) context.getHeight() / 4f)), FieldGui._rbGetDim("GFX_LOGO").ROI.getSize(), true, false);
dim = gui._GLgetDimZRatio(context, z, dim);
SpriteGLHandler spLogo = Sprite._GLHandlers.getHandler(gui.getCacheHashEntry("GFX_LOGO"));
Sprite._GLRenderSprite(context, spLogo, new Rectangle(context._getLogoPosition(context, TextLayout.POS.CENTER, TextLayout.POS.TOP, dim), dim), z,
GLFX.gfx.FX_DOWNREFLEXION_EXT, new Point(0, context.getHeight()), GLGeom.getGlowingColor(Color.ORANGE, gui.glow.glow),
0, null, null, null);
}