OpenGL rendering inside Canvas with LWJGL

I’d like to know how i can use LWJGL to render computer graphics inside my own Canvas (or JPanel, no problem with this) instead of rendering inside LWJGL’s own JFrame?

Thanks in advance, Black.