Christian Catchpole wrote: > You can embed OpenGL panels from LWJGL or JOGL... I've done this. > Works nice. You can even embed Swing panels if you want. > > http://www.eclipse.org/swt/opengl/ > It's not what I'm talking of. You're referring to a direct use of OpenGL for 3D stuff and of course this is possible (both in SWT and Swing). I'm talking of exploiting OpenGL for some common rendering operations (textures, gradients, font rendering, whatever) and without using specific components, but just the normal API calls. For instance, http://weblogs.java.net/blog/campbell/archive/2006/07/five_more_easy.html
-- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/people [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
