hi all
i want to draw a image in my fenggui menu:
Code:
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 is a FengGui question. I answered your post here.
ah yes i saw it. thanks. but these where two questions for two different problems. in this case, i want to draw a image just somewhere in the menu. isnt this possible?