LWJGL Forum

Programming => LWJGL Documentation => Topic started by: mohnmann on October 22, 2013, 12:24:05

Title: Window always on top
Post by: mohnmann on October 22, 2013, 12:24:05
Can anyone explain me how to set a Window to be always on top?
Title: Re: Window always on top
Post by: quew8 on October 22, 2013, 16:41:18
You could embed the Display in a Java frame and then this answer should suffice: http://stackoverflow.com/questions/297938/always-on-top-windows-with-java (http://stackoverflow.com/questions/297938/always-on-top-windows-with-java).