Hi,
a question I have is how do you create awt or swing components with a rendering loop in a GLCanvas? Is it simply a question of creating/setting the components in the init() of the GLCanvas and then set their visibility as needed? How does it fit with a rendering loop?