alternative to display.setparent()

I was wondering if there was a way to use lwjgl within awt without using display.setparent. I found a class called glcanvas in swt that allows you to use multiple canvasses and contexts. is there anything similar in swing?

The other way to use LWJGL inside AWT is to use AWTGLCanvas.