How to get GLUT context?

Does anybody know how to get GLUT context? I mean we can use gl = canvas.getGL(). But how can I get glut?

GLUT glut = new GLUT(); :wink:

WiESi