I added my lwjgl Display to an awt canvas, using Display.setParent(myCanvas);. This works, the window is in my java AWT Frame, but there are ~6px borders, where i c
Display.setParent(myCanvas);