FengGUI+Graphics+OpenGL

sry again but there is a new problem:



i want to draw a image in my fenggui menu:


ITexture blue = Binding.getInstance().getTexture("data/blue.png");
Graphics g = new Graphics(null);
g.drawImage(blue, 10, 10);



Graphics demands a IOpenGL element.  But i dont know how to get the OpenGL istance of my application?

This belongs in the GUI forum.

thx i created a new one